summaryrefslogtreecommitdiff
path: root/app/root.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/root.tsx')
-rw-r--r--app/root.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/root.tsx b/app/root.tsx
index 242ffe2..e30abe8 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -49,9 +49,8 @@ export default function App() {
<nav>
<div>
<Link to="/" className="logo">whois.band</Link>
- <Link to="/bands/new">+ Band</Link>
- <Link to="/artists/new">+ Artist</Link>
- <Link to="/lists">Lists</Link>
+ <Link to="/bands">Bands</Link>
+ <Link to="/artists">Artists</Link>
</div>
</nav>
<Outlet />