0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

Fix navbar

This commit is contained in:
dragongoose 2023-10-21 12:31:31 -04:00
parent 118ffcb22d
commit f3a0154fc4
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -61,7 +61,7 @@ export default {
<search-bar></search-bar>
<ul class="inline-flex space-x-3 md:space-x-6 font-medium">
<a href="https://codeberg.org/dragongoose/safetwitch">{{ $t('nav.code') }}</a>
<a :href="'https://twitch.tv' + $route.fullPath">Redirect to Twitch</a>
<a :href="'https://twitch.tv' + $route.fullPath">Twitch</a>
<router-link to="/privacy">{{ $t('nav.privacy') }}</router-link>
<router-link to="/settings">{{ $t("nav.settings") }}</router-link>
</ul>