Version 0.2.7

This commit is contained in:
paoloar77
2022-02-21 18:14:38 +01:00
parent 6c3973b5ad
commit 36f53334ed
26 changed files with 313 additions and 118 deletions

View File

@@ -34,7 +34,7 @@ export const costanti = {
color: 'lime-7',
textcolor: '',
hint: '',
disable: false,
disable: true,
},
{
title: 'Scuola',
@@ -42,7 +42,7 @@ export const costanti = {
icon: 'fas fa-book-open',
color: 'orange',
hint: '',
disable: false,
disable: true,
},
{
title: 'Alimenti',
@@ -50,7 +50,7 @@ export const costanti = {
icon: 'fas fa-utensils',
color: 'green-5',
hint: '',
disable: false,
disable: true,
},
{
title: 'Luoghi',
@@ -58,34 +58,34 @@ export const costanti = {
icon: 'fas fa-map-marker-alt',
color: 'blue',
hint: '',
disable: false,
disable: true,
},
{
title: 'Tue Idee',
to: '/ideas',
icon: 'fas fa-lightbulb',
color: 'red-5',
color: 'red-7',
textcolor: '',
hint: '',
disable: false,
disable: true,
small: true,
},
{
title: 'Eventi',
to: '/bacheca',
icon: 'event',
color: 'pink-5',
color: 'green-7',
hint: 'eventi, last minute, offerte di lavoro',
disable: false,
disable: true,
small: true,
},
{
title: 'Social',
to: '/socialising',
icon: 'fas fa-users',
color: 'purple-5',
color: 'blue-7',
hint: '',
disable: false,
disable: true,
small: true,
},
],