Skip to content

Commit

Permalink
feat: update tuner link - external page now! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSmuda committed Mar 24, 2024
1 parent 1ee55dd commit e5be62b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,23 @@ export default function Navbar({ user }: NavbarProps) {
</Link>
<NavLink to="/tracks">Tracks</NavLink>
<NavLink to="/generator">Generate</NavLink>
<NavLink to="/tuner">Tuner</NavLink>
<a href="https://tuner.backytracky.com" className="flex items-center">
<span>Tuner</span>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
strokeWidth="1.5"
stroke="currentColor"
className="w-4 h-4 ml-2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"
></path>
</svg>
</a>
</nav>
<nav className="grid gap-4 grid-flow-col items-center">
{user?.username && (
Expand Down

0 comments on commit e5be62b

Please sign in to comment.