Skip to content

Commit

Permalink
fix: SecondaryLinkButton apply
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Apr 14, 2024
1 parent 043ccb2 commit 735c065
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions apps/web/app/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,19 @@ useHead({
{{ $t('not_found') }}
</h1>
<div class="actions">
<VFLinkButton
<VFSecondaryLinkButton
class="action"
background-color="white"
color="vue-blue-gradation"
target=""
href="/"
>
{{ $t('back_to_top') }}
</VFLinkButton>
</VFSecondaryLinkButton>
</div>
</div>
</template>

<style scoped>
.error {
--height-button: 66px;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -81,7 +77,9 @@ h1 {
.action {
--height-button: 66px;
display: block;
height: var(--height-button);
border-radius: var(--height-button);
}
@media (--tablet) {
.actions {
Expand Down

0 comments on commit 735c065

Please sign in to comment.