restructuring
This commit is contained in:
@@ -163,10 +163,10 @@ export default function LibraryPage() {
|
||||
</div>
|
||||
|
||||
<div className="flex gap-2">
|
||||
<Button href="/add-story">
|
||||
<Button href="/import">
|
||||
Add New Story
|
||||
</Button>
|
||||
<Button href="/stories/import/epub" variant="secondary">
|
||||
<Button href="/import/epub" variant="secondary">
|
||||
📖 Import EPUB
|
||||
</Button>
|
||||
</div>
|
||||
@@ -277,7 +277,7 @@ export default function LibraryPage() {
|
||||
Clear Filters
|
||||
</Button>
|
||||
) : (
|
||||
<Button href="/add-story">
|
||||
<Button href="/import">
|
||||
Add Your First Story
|
||||
</Button>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user