Skip to content

Commit

Permalink
removed unused links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratatinator97 committed Mar 14, 2024
1 parent 46b0e5f commit 55c7a5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions components/navigation/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
<template slot="start">
<b-navbar-item id="index" tag="nuxt-link" :to="localePath('/')" :class="navtabs.index">
<b class="bolder">{{ $t("Home") }}</b></b-navbar-item>
<b-navbar-item id="news" tag="nuxt-link" :to="localePath('/news')" :class="navtabs.news"><b class="bolder">{{
$t("News") }}</b> &#127881;</b-navbar-item>
<b-navbar-item id="informations" tag="nuxt-link" :to="localePath('/informations')"
:class="navtabs.informations"><b class="bolder">{{ $t("Informations") }}</b> 👐</b-navbar-item>
<b-navbar-item id="tutorials" tag="nuxt-link" :to="localePath('/tutorials/')" :class="navtabs.tutorials"><b
class="bolder">{{ $t("Tutorial") }}</b> 🚀</b-navbar-item>
</template>
<template slot="end">
<client-only>
Expand Down
3 changes: 0 additions & 3 deletions components/navigation/pictalk-navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@
<template slot="start">
<b-navbar-dropdown data-cy="pictalk-navbar-dropdown" :label="$t('Menu')">
<b-navbar-item tag="nuxt-link" to="/"> {{ $t("Home") }}</b-navbar-item>
<b-navbar-item tag="nuxt-link" to="/news">{{ $t("News") }} &#127881;</b-navbar-item>
<b-navbar-item tag="nuxt-link" to="/informations">{{ $t("Informations") }} 👐</b-navbar-item>
</b-navbar-dropdown>
<b-navbar-item tag="nuxt-link" to="/tutorials">{{ $t("Tutorial") }} 🚀</b-navbar-item>
</template>
<template slot="end">
<b-navbar-item tag="div">
Expand Down

0 comments on commit 55c7a5f

Please sign in to comment.