Skip to content

Commit 3c530ac

Browse files
author
bhavabhuthi
committed
feat: add categories to main navigation bar
1 parent eeafc1c commit 3c530ac

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

app/[locale]/dashboard/components/main-nav.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,19 @@ export function MainNav({ hideSearch = false }) {
124124
</Text>
125125
</Link>
126126
</div>
127+
128+
<div className="hidden min-w-[102px] lg:block">
129+
<Link href={'/categories'}>
130+
<Text
131+
variant="headingSm"
132+
as="h1"
133+
className=" text-surfaceDefault"
134+
>
135+
Categories
136+
</Text>
137+
</Link>
138+
</div>
139+
127140
{status === 'loading' ? (
128141
<div className="min-w-[112px]" />
129142
) : (

0 commit comments

Comments
 (0)