Corrected Icons in Footer
This commit is contained in:
@@ -156,13 +156,13 @@ const footerLinks = [/*{
|
|||||||
:color="route.fullPath === '/mobile' ? 'primary' : 'gray'"
|
:color="route.fullPath === '/mobile' ? 'primary' : 'gray'"
|
||||||
/>
|
/>
|
||||||
<UButton
|
<UButton
|
||||||
icon="i-heroicons-rectangle-stack"
|
icon="i-heroicons-clipboard-document-check"
|
||||||
to="/standardEntity/tasks"
|
to="/standardEntity/tasks"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
:color="route.fullPath === '/standardEntity/tasks' ? 'primary' : 'gray'"
|
:color="route.fullPath === '/standardEntity/tasks' ? 'primary' : 'gray'"
|
||||||
/>
|
/>
|
||||||
<UButton
|
<UButton
|
||||||
icon="i-heroicons-clipboard-document-check"
|
icon="i-heroicons-rectangle-stack"
|
||||||
to="/standardEntity/projects"
|
to="/standardEntity/projects"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
:color="route.fullPath === '/standardEntity/projects' ? 'primary' : 'gray'"
|
:color="route.fullPath === '/standardEntity/projects' ? 'primary' : 'gray'"
|
||||||
|
|||||||
Reference in New Issue
Block a user