feat: remove duplicate rel attribute
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2022-02-13 21:54:40 +01:00
parent beb276cbaa
commit d014174011
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
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>