Skip to content

Commit

Permalink
feat: add link to dao governance portal on dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
westonnelson committed Feb 17, 2024
1 parent 95c3673 commit 73fb34e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
15 changes: 14 additions & 1 deletion components/navbar/HamburgerMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const HamburgerMenu = () => {
pt: '24px',
}}
>
<Text style="subtitle1">Products</Text>
<Text style="subtitle1">More</Text>
<FontAwesomeIcon
icon={faChevronDown}
width={20}
Expand All @@ -196,6 +196,19 @@ const HamburgerMenu = () => {
px: '$4',
}}
>
<Link href={`https://app.aragon.org/#/daos/polygon/0xc44c2e2714a4a9fb171ecc2ec7a472b692d66ac6/dashboard`} legacyBehavior>
<Text
style="subtitle1"
css={{
borderBottom: '1px solid $gray4',
cursor: 'pointer',
pb: '$4',
pt: '24px',
}}
>
DAO Governance
</Text>
</Link>
<Link href={`https://nftearth.exchange/inscriptions`} legacyBehavior>
<Text
style="subtitle1"
Expand Down
23 changes: 22 additions & 1 deletion components/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const Navbar = () => {
trigger={
<NavItem>
<Flex as="span" align="center">
{`Products`}
{`More`}
<FontAwesomeIcon
icon={faChevronDown}
width={16}
Expand All @@ -161,6 +161,27 @@ const Navbar = () => {
sideOffset: 35,
}}
>
<Link href="https://app.aragon.org/#/daos/polygon/0xc44c2e2714a4a9fb171ecc2ec7a472b692d66ac6/dashboard">
<DropdownMenuItem
css={{
display: 'flex',
py: '$3',
width: '100%',
alignItems: 'center',
gap: 10,
}}
>
<Image
src="/images/DAO_governance.png"
width={20}
height={20}
objectFit="contain"
alt="DAO Governance"
/>
{`DAO Governance`}
</DropdownMenuItem>
</Link>

<Link href="/inscriptions">
<DropdownMenuItem
css={{
Expand Down
Binary file added public/images/DAO_governance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73fb34e

Please sign in to comment.