fix(ui): Working Sidebar buttons
This commit is contained in:
parent
97c9201584
commit
32f67674cd
|
@ -34,13 +34,13 @@ const uploads = useUploadsStore()
|
|||
</Link>
|
||||
|
||||
<Link to="todo:settings"
|
||||
icon="bi:wrench"
|
||||
icon="bi-wrench"
|
||||
color="secondary"
|
||||
variant="ghost">
|
||||
</Link>
|
||||
|
||||
<Link to="/upload"
|
||||
icon="bi:upload"
|
||||
icon="bi-upload"
|
||||
color="secondary"
|
||||
variant="ghost">
|
||||
<Transition>
|
||||
|
@ -58,12 +58,12 @@ const uploads = useUploadsStore()
|
|||
</Link>
|
||||
|
||||
<Link to="TODO/inbox"
|
||||
icon="bi:inbox"
|
||||
icon="bi-inbox"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
/>
|
||||
<Link to="TODO/inbox"
|
||||
icon="bi:inbox"
|
||||
icon="bi-inbox"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue