diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index 6d10d87..0925180 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -112,30 +112,104 @@ - - + + {{ item.icon }} {{ item.text }} - - - - - - - - - - {{ item.icon }} - {{ item.text }} - - - + + + + + + + + + + @@ -149,96 +223,7 @@ - - - - - - - - - - - @@ -491,6 +476,13 @@ let navigationItems = [ let tools = [ { icon: 'mdi-wallet', text: 'Bourse', link: '/portefeuille' }, ] + + +let items = [ + {icon: "icon", text: "text"}, + {icon: "icon2", text: "text2"}, +] +