Corrected Icons in Footer

This commit is contained in:
2025-03-30 16:51:48 +02:00
parent ff5593ebc5
commit 5f483b4980

View File

@@ -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'"