mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Fixed Privacy Policy anchor tag target attribute (#12554)
* Fixed Privacy Policy and terms anchor tag target attribute from blanck to blank * Fixed one more Privacy Policy anchor tag target attribute from blanck to blank
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
target="_blanck"
|
target="_blank"
|
||||||
href="/static/community-guidelines"
|
href="/static/community-guidelines"
|
||||||
>{{ $t('communityGuidelines') }}</a>
|
>{{ $t('communityGuidelines') }}</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -308,13 +308,13 @@
|
|||||||
<div class="col-12 col-md-5 text-right">
|
<div class="col-12 col-md-5 text-right">
|
||||||
<span class="ml-4">
|
<span class="ml-4">
|
||||||
<a
|
<a
|
||||||
target="_blanck"
|
target="_blank"
|
||||||
href="/static/privacy"
|
href="/static/privacy"
|
||||||
>{{ $t('privacy') }}</a>
|
>{{ $t('privacy') }}</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="ml-4">
|
<span class="ml-4">
|
||||||
<a
|
<a
|
||||||
target="_blanck"
|
target="_blank"
|
||||||
href="/static/terms"
|
href="/static/terms"
|
||||||
>{{ $t('terms') }}</a>
|
>{{ $t('terms') }}</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user