Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "feat: removes nav link for unused feature" (#83)" (#84)
Browse files Browse the repository at this point in the history
This reverts commit a861304.
  • Loading branch information
R-K-H authored Apr 17, 2024
1 parent a861304 commit b060e26
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/Layout/NavigationLinks.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Badge, NavLink } from '@mantine/core';
import { IconHome2, IconFilePlus, IconChartAreaLine } from '@tabler/icons-react';
import { IconHome2, IconFilePlus } from '@tabler/icons-react';
import { useRouter } from 'next/navigation';

export function NavigationLinks() {
Expand All @@ -21,12 +21,6 @@ export function NavigationLinks() {
label="Create Proposal"
leftSection={<IconFilePlus size="1rem" stroke={1.5} />}
/>
<NavLink
href="#"
label="DEX"
onClick={() => router.push('/markets')}
leftSection={<IconChartAreaLine size="1rem" stroke={1.5} />}
/>
</>
);
}

0 comments on commit b060e26

Please sign in to comment.