feat(discovery): /discover feed page + seed search UI + nav link
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@ export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<h1>Lyra</h1>
|
||||
<p><a href="/artists">Artists</a> · <a href="/wanted">Wanted</a> · <a href="/settings">Settings</a></p>
|
||||
<p><a href="/artists">Artists</a> · <a href="/discover">Discover</a> · <a href="/wanted">Wanted</a> · <a href="/settings">Settings</a></p>
|
||||
<Queue />
|
||||
</main>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user