remove redundant '/manga' prefix from paths

We needed the prefix to distinguish anime paths from manga paths,
now that anime is no more, the redundancy shall be purged.
This commit is contained in:
Aria Moradi
2021-10-26 12:13:37 +03:30
parent b9b5b2818c
commit 8ed8f5da84
3 changed files with 18 additions and 6 deletions

View File

@@ -50,15 +50,15 @@ const navbarItems: Array<NavbarItem> = [
title: 'Updates',
IconComponent: NewReleasesIcon,
}, {
path: '/manga/extensions',
path: '/extensions',
title: 'Extensions',
IconComponent: ExtensionIcon,
}, {
path: '/manga/sources',
path: '/sources',
title: 'Sources',
IconComponent: ExploreIcon,
}, {
path: '/manga/downloads',
path: '/downloads',
title: 'Manga Download Queue',
IconComponent: GetAppIcon,
}, {