diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 9da618c51..3e360ce2d 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -3,7 +3,9 @@ class="bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900" id="navbar" > -
+
    -
  • +
  • -
  • +
  • -
  • +
  • {{ t("My events") }}
  • -
  • +
  • {{ t("My groups") }}
  • -
  • +
  • {{ t("Login") }}
  • -
  • +
  • {{ t("Register") }}
  • -
  • +
-
+
+