Remove styling class

This commit is contained in:
benber86 2021-05-21 15:47:55 +10:00
parent e4e5c428a6
commit 1c8d135cce
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
</div>
<div v-show="authorizeLink" class="status">
{{ $t('pages.contribution.provideIdentity') }}
<a :href="authorizeLink" class="has-text-primary">{{ $t('pages.contribution.thisLink') }}</a
<a :href="authorizeLink">{{ $t('pages.contribution.thisLink') }}</a
>.
</div>