fix: remove redundant button class

This commit is contained in:
kolaente
2026-01-08 12:39:30 +01:00
parent 39b4568bc5
commit 672d92a3e4
2 changed files with 2 additions and 3 deletions

View File

@@ -40,9 +40,9 @@
{{ $t('misc.download') }}
</XButton>
<XButton
class="button mbs-4"
class="mbs-4"
:to="{name:'user.settings.data-export'}"
variant="tertary"
variant="tertiary"
>
{{ $t('user.export.requestNew') }}
</XButton>

View File

@@ -20,7 +20,6 @@
</p>
<XButton
:to="{name:'user.export.download'}"
class="button"
>
{{ $t('misc.download') }}
</XButton>