From 8186070ab4a1a932b8251c58044156ca34bd0aad Mon Sep 17 00:00:00 2001 From: _aandres Date: Sat, 27 Aug 2022 15:08:10 +0200 Subject: [PATCH] feat [front]: improve accessibility + bugs --- front/components/layout/NavBar.vue | 3 ++- front/pages/index.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/front/components/layout/NavBar.vue b/front/components/layout/NavBar.vue index d926d0e..1848432 100644 --- a/front/components/layout/NavBar.vue +++ b/front/components/layout/NavBar.vue @@ -71,7 +71,7 @@ const menuItems = [ { label: "Informations pratiques", link: "/infos-pratiques", - }, + },*/ { label: "À propos", link: "/a-propos", @@ -144,6 +144,7 @@ $navbar-item-img-max-height: 105px display: none @include desktop background-color: rgba(240, 237, 234, 62%) + display: block .networks display: none diff --git a/front/pages/index.vue b/front/pages/index.vue index c0788cd..938d485 100644 --- a/front/pages/index.vue +++ b/front/pages/index.vue @@ -1,5 +1,6 @@