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