Add "twitch" button #39
This commit is contained in:
parent
85c6a9aaea
commit
01bd23a29c
@ -33,14 +33,15 @@ export default {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<search-bar class="mt-4 mr-4 hidden sm:inline-block sm:mt-0"></search-bar>
|
<search-bar class="mt-4 mr-4 hidden sm:inline-block sm:mt-0"></search-bar>
|
||||||
<div class="text-contrast hidden sm:block">
|
|
||||||
|
<div class="text-contrast hidden space-x-4 sm:block">
|
||||||
<a
|
<a
|
||||||
href="https://codeberg.org/dragongoose/safetwitch"
|
href="https://codeberg.org/dragongoose/safetwitch"
|
||||||
class="mt-4 mr-4 sm:inline-block sm:mt-0"
|
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>{{ $t('nav.code') }}</a
|
>{{ $t('nav.code') }}</a
|
||||||
>
|
>
|
||||||
<router-link to="/privacy" class="mt-4 mr-4 sm:inline-block sm:mt-0">{{
|
<a :href="'https://twitch.tv' + $route.fullPath">Twitch</a>
|
||||||
|
<router-link to="/privacy">{{
|
||||||
$t('nav.privacy')
|
$t('nav.privacy')
|
||||||
}}</router-link>
|
}}</router-link>
|
||||||
<router-link to="/settings">{{ $t("nav.settings") }}</router-link>
|
<router-link to="/settings">{{ $t("nav.settings") }}</router-link>
|
||||||
@ -60,6 +61,7 @@ export default {
|
|||||||
<search-bar></search-bar>
|
<search-bar></search-bar>
|
||||||
<ul class="inline-flex space-x-3 md:space-x-6 font-medium">
|
<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://codeberg.org/dragongoose/safetwitch">{{ $t('nav.code') }}</a>
|
||||||
|
<a :href="'https://twitch.tv' + $route.fullPath">Redirect to Twitch</a>
|
||||||
<router-link to="/privacy">{{ $t('nav.privacy') }}</router-link>
|
<router-link to="/privacy">{{ $t('nav.privacy') }}</router-link>
|
||||||
<router-link to="/settings">{{ $t("nav.settings") }}</router-link>
|
<router-link to="/settings">{{ $t("nav.settings") }}</router-link>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user