mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-18 03:10:47 +02:00
Fix LibrarySelect
Move recursive routing to trangapage
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<template #right>
|
||||
<UButton icon="i-lucide-plus" to="/search" color="primary">Manga</UButton>
|
||||
<UColorModeButton color="secondary" />
|
||||
<UButton icon="i-lucide-settings" variant="ghost" to="/settings" color="secondary" />
|
||||
<UButton icon="i-lucide-settings" variant="ghost" :to="`/settings?return=${$route.fullPath}`" color="secondary" />
|
||||
</template>
|
||||
</UHeader>
|
||||
<UMain>
|
||||
|
Reference in New Issue
Block a user