From 258a30c35a4fc94af853803dc1bbb2942d8be867 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Mon, 7 Feb 2022 20:32:18 +0100 Subject: [PATCH] small ui/ux improvments --- index.html | 5 +---- src/App.vue | 6 ++++-- src/components/Header.vue | 11 ++++++++--- src/components/icons/IconMenu.vue | 8 ++++++++ src/components/icons/index.ts | 1 + 5 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 src/components/icons/IconMenu.vue diff --git a/index.html b/index.html index d7a8b6c..f05e3fb 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,7 @@ Wunschlisten -
+
diff --git a/src/App.vue b/src/App.vue index bfce685..47ef5f9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,9 @@