mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
QOL open link in new tab #36
This commit is contained in:
parent
d03386f972
commit
01a8c8d9e7
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ export default {
|
|||
<a
|
||||
href="https://codeberg.org/dragongoose/safetwitch"
|
||||
class="mt-4 mr-4 sm:inline-block sm:mt-0"
|
||||
target="_blank"
|
||||
>{{ $t('nav.code') }}</a
|
||||
>
|
||||
<router-link to="/privacy" class="mt-4 mr-4 sm:inline-block sm:mt-0">{{
|
||||
|
|
Loading…
Reference in a new issue