feat: remove duplicate rel attribute
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Dominik Pschenitschni 2022-02-13 21:54:40 +01:00 committed by kolaente
parent da54bb92fe
commit 8eba71d448
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
</x-button>
<p>
<BaseButton :href="CALDAV_DOCS" rel="noreferrer noopener nofollow" target="_blank">
<BaseButton :href="CALDAV_DOCS" target="_blank">
{{ $t('user.settings.caldav.more') }}
</BaseButton>
</p>