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:
Vipul Khandelwal
2020-09-11 16:02:59 +05:30
committed by GitHub
parent f311fe201b
commit c133445ff6

View File

@@ -73,7 +73,7 @@
<ul>
<li>
<a
target="_blanck"
target="_blank"
href="/static/community-guidelines"
>{{ $t('communityGuidelines') }}</a>
</li>
@@ -308,13 +308,13 @@
<div class="col-12 col-md-5 text-right">
<span class="ml-4">
<a
target="_blanck"
target="_blank"
href="/static/privacy"
>{{ $t('privacy') }}</a>
</span>
<span class="ml-4">
<a
target="_blanck"
target="_blank"
href="/static/terms"
>{{ $t('terms') }}</a>
</span>