feat: remove duplicate rel attribute
This commit is contained in:
parent
50575ffd68
commit
b1159f331f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
</x-button>
|
</x-button>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<BaseButton :href="CALDAV_DOCS" rel="noreferrer noopener nofollow" target="_blank">
|
<BaseButton :href="CALDAV_DOCS" target="_blank">
|
||||||
{{ $t('user.settings.caldav.more') }}
|
{{ $t('user.settings.caldav.more') }}
|
||||||
</BaseButton>
|
</BaseButton>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue