diff --git a/components/Layout/NavigationLinks.tsx b/components/Layout/NavigationLinks.tsx index 8cb0695..c13aed1 100644 --- a/components/Layout/NavigationLinks.tsx +++ b/components/Layout/NavigationLinks.tsx @@ -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() { @@ -21,12 +21,6 @@ export function NavigationLinks() { label="Create Proposal" leftSection={} /> - router.push('/markets')} - leftSection={} - /> ); }