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