Skip to content

Commit

Permalink
Merge pull request #49 from dharamveergit/ecosystem-updates
Browse files Browse the repository at this point in the history
feat: all by default
  • Loading branch information
HoomanDgtl authored Nov 16, 2024
2 parents 337ad40 + ffa24a5 commit 0cbd525
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 0cbd525

Please sign in to comment.