use _blank + noopener + noreferrer consistently

This commit is contained in:
Pavol Rusnak
2023-12-11 10:51:21 +01:00
parent 7704029e59
commit f9c9c52d75
4 changed files with 62 additions and 15 deletions
+2 -2
View File
@@ -296,7 +296,7 @@
type="a"
href="/docs"
target="_blank"
rel="noopener"
rel="noopener noreferrer"
>
<span v-text="$t('api_docs')"></span>
<q-tooltip
@@ -311,7 +311,7 @@
type="a"
href="https://github.com/lnbits/lnbits"
target="_blank"
rel="noopener"
rel="noopener noreferrer"
>
<q-tooltip><span v-text="$t('view_github')"></span></q-tooltip>
</q-btn>