Skip to content

Commit

Permalink
mangosol nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Jul 19, 2024
1 parent 99e06f1 commit 880a6ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const Footer = () => {
<FooterLinkColumn title="Explore">
<FooterLink path="/explore/tokens" title="Listed tokens" />
<FooterLink path="/explore/categories" title="Token categories" />
<FooterLink path="/mangosol" title="mangoSOL" />
</FooterLinkColumn>
<FooterLinkColumn title="Insights">
{/* <FooterLink path="/updates" title="Updates" /> */}
Expand Down
1 change: 1 addition & 0 deletions app/components/navigation/DesktopNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const DesktopNavigation = () => {
path="/explore/categories"
title="Token categories"
/>
<NavigationItemLink path="/mangosol" title="mangoSOL" />
</NavigationItemPanel>
</NavigationItem>
<NavigationItem title="Insights">
Expand Down
5 changes: 5 additions & 0 deletions app/components/navigation/MobileNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ const MenuPanel = ({
onClick={closeOnClick}
title="Token categories"
/>
<NavigationItemLink
path="/mangosol"
onClick={closeOnClick}
title="mangoSOL"
/>
</div>
<div>
<h4 className="px-4 mb-2">Insights</h4>
Expand Down

0 comments on commit 880a6ba

Please sign in to comment.