Skip to content

Commit

Permalink
adds dashboard dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Sep 18, 2024
1 parent 10aced9 commit 9cc0d54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/src/components/shared/ProfileButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ export default async function ProfileButton() {
Profile
</DropdownMenuItem>
</Link>
<Link href={`/dash`}>
<DropdownMenuItem className="cursor-pointer md:hidden">
Dashboard
</DropdownMenuItem>
</Link>
<Link href={`/dash/pass`}>
<DropdownMenuItem className="cursor-pointer">
Event Pass
Expand Down

0 comments on commit 9cc0d54

Please sign in to comment.