Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Sep 22, 2024
1 parent 90ef038 commit 15680c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pages/container/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const Navbar = () => {
<Link
key={tab.title}
href={tab.link}
// TODO display the current tab with an underline
className={`text-muted-foreground ${
tab.current ? "border-primary text-primary" : ""
} hover:text-primary hover:border-primary border-transparent inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium`}
Expand Down

0 comments on commit 15680c7

Please sign in to comment.