Skip to content

Commit d7b0eeb

Browse files
committed
chore: remove cusror changes
1 parent 399d913 commit d7b0eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && !isLink.value)
8383
!isLinkAnchor && isLink && !noUnderline,
8484
'justify-start font-mono text-fg hover:(decoration-accent text-accent) focus-visible:(decoration-accent text-accent) transition-colors duration-200':
8585
isLink,
86-
'justify-center font-mono border border-border rounded-md transition-all duration-200 cursor-pointer':
86+
'justify-center font-mono border border-border rounded-md transition-all duration-200':
8787
isButton,
8888
'text-sm px-4 py-2': isButtonMedium,
8989
'text-xs px-2 py-0.5': isButtonSmall,

app/error.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ useHead({
5353

5454
<button
5555
type="button"
56-
class="font-mono text-sm px-6 py-3 bg-fg text-bg rounded-lg transition-all duration-200 hover:bg-fg/90 active:scale-95 cursor-pointer"
56+
class="font-mono text-sm px-6 py-3 bg-fg text-bg rounded-lg transition-all duration-200 hover:bg-fg/90 active:scale-95"
5757
@click="handleError"
5858
>
5959
{{ $t('common.go_back_home') }}

0 commit comments

Comments
 (0)