Story Collections Feature
This commit is contained in:
@@ -45,6 +45,12 @@ export default function Header() {
|
||||
>
|
||||
Library
|
||||
</Link>
|
||||
<Link
|
||||
href="/collections"
|
||||
className="theme-text hover:theme-accent transition-colors font-medium"
|
||||
>
|
||||
Collections
|
||||
</Link>
|
||||
<Link
|
||||
href="/authors"
|
||||
className="theme-text hover:theme-accent transition-colors font-medium"
|
||||
@@ -111,6 +117,13 @@ export default function Header() {
|
||||
>
|
||||
Library
|
||||
</Link>
|
||||
<Link
|
||||
href="/collections"
|
||||
className="theme-text hover:theme-accent transition-colors font-medium px-2 py-1"
|
||||
onClick={() => setIsMenuOpen(false)}
|
||||
>
|
||||
Collections
|
||||
</Link>
|
||||
<Link
|
||||
href="/authors"
|
||||
className="theme-text hover:theme-accent transition-colors font-medium px-2 py-1"
|
||||
|
||||
Reference in New Issue
Block a user