Skip to content

Commit

Permalink
fix: remove dashbord link
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafei-Erin committed Apr 1, 2024
1 parent dc8a8b9 commit c17ae36
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontend/src/components/header/HeaderSideMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,7 @@ export const HeaderSideMenu: React.FC<PropsWithChildren> = (props) => {
My Digital Assets
</p>
</Link>
</SheetClose>
<SheetClose asChild>
<Link to="/creatorDashboard">
<p className="rounded-lg border border-transparent px-3 py-2 text-gray-900 transition-all duration-150 hover:border-slate-900">
Creator Dashboard
</p>
</Link>
</SheetClose>
</SheetClose>
<SheetClose asChild>
<WelcomeModal>
<button className="rounded-lg border border-transparent px-3 py-2 text-left text-gray-900 transition-all duration-150 hover:border-slate-900">
Expand Down

0 comments on commit c17ae36

Please sign in to comment.