From 7bf7a1273a34d7652c6e71562fa1bcd484c1775a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Sun, 19 Feb 2023 11:12:50 +0100 Subject: [PATCH] Add avatar and ui fix --- package.json | 3 +- .../components/BitinflowFirstLevelMenu.vue | 41 +- yarn.lock | 1401 +++++++++-------- 3 files changed, 733 insertions(+), 712 deletions(-) diff --git a/package.json b/package.json index d9ca633..cdfa577 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "dependencies": { "@nuxt/kit": "^3.2.0", "@pinia/nuxt": "^0.4.3", - "pinia": "^2.0.23" + "pinia": "^2.0.23", + "vue-boring-avatars": "^1.3.0" }, "devDependencies": { "@nuxt/eslint-config": "^0.1.1", diff --git a/src/runtime/components/BitinflowFirstLevelMenu.vue b/src/runtime/components/BitinflowFirstLevelMenu.vue index 538a5fa..c859329 100644 --- a/src/runtime/components/BitinflowFirstLevelMenu.vue +++ b/src/runtime/components/BitinflowFirstLevelMenu.vue @@ -3,17 +3,24 @@