fix: button styling
This commit is contained in:
parent
3b9bc5b2f8
commit
02f985d8a3
9 changed files with 214 additions and 256 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<message variant="danger">
|
||||
<i18n-t keypath="loadingError.failed">
|
||||
<BaseButton @click="reload">{{ $t('loadingError.tryAgain') }}</BaseButton>
|
||||
<a href="https://vikunja.io/contact/" rel="noreferrer noopener nofollow" target="_blank">{{ $t('loadingError.contact') }}</a>
|
||||
<BaseButton href="https://vikunja.io/contact/">{{ $t('loadingError.contact') }}</BaseButton>
|
||||
</i18n-t>
|
||||
</message>
|
||||
</template>
|
||||
|
|
|
|||
Reference in a new issue