Skip to content

Commit

Permalink
feat: all by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dharamveergit committed Nov 16, 2024
1 parent 1291d6e commit ffa24a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/ecosystem-pages/categories.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const displayTag = (tag: string) => {

<div class="mt-4 flex flex-col gap-y-4">
<a
href={`/ecosystem/${pathName?.[2]}`}
href={`/ecosystem/${pathName?.[2]}/`}
class={`inline-flex cursor-pointer text-base hover:text-primary ${
astroUrl.pathname === `/ecosystem/${pathName?.[2]}`
astroUrl.pathname === `/ecosystem/${pathName?.[2]}/`
? "text-primary"
: "text-para"
}`}
Expand Down
4 changes: 2 additions & 2 deletions src/components/header/popovers/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export const ecosystemNavItems = [
),
title: "Deployed on Akash",

link: "/ecosystem/deployed-on-akash/showcase/",
link: "/ecosystem/deployed-on-akash/",
},
{
customIcon: (
Expand Down Expand Up @@ -388,7 +388,7 @@ export const ecosystemNavItems = [
),
title: "Tools",

link: "/ecosystem/akash-tools",
link: "/ecosystem/akash-tools/",
},

{
Expand Down

0 comments on commit ffa24a5

Please sign in to comment.