PDF & ZIP IMPORT
This commit is contained in:
@@ -27,9 +27,9 @@ export default function Header() {
|
||||
description: 'Import a single story from a website'
|
||||
},
|
||||
{
|
||||
href: '/import/epub',
|
||||
label: 'Import EPUB',
|
||||
description: 'Import a story from an EPUB file'
|
||||
href: '/import/file',
|
||||
label: 'Import from File',
|
||||
description: 'Import from EPUB, PDF, or ZIP file'
|
||||
},
|
||||
{
|
||||
href: '/import/bulk',
|
||||
|
||||
@@ -31,10 +31,10 @@ const importTabs: ImportTab[] = [
|
||||
description: 'Import a single story from a website'
|
||||
},
|
||||
{
|
||||
id: 'epub',
|
||||
label: 'Import EPUB',
|
||||
href: '/import/epub',
|
||||
description: 'Import a story from an EPUB file'
|
||||
id: 'file',
|
||||
label: 'Import from File',
|
||||
href: '/import/file',
|
||||
description: 'Import from EPUB, PDF, or ZIP file'
|
||||
},
|
||||
{
|
||||
id: 'bulk',
|
||||
|
||||
Reference in New Issue
Block a user