File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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':
86+ 'justify-center font-mono border border-border rounded-md transition-all duration-200 cursor-pointer ':
8787 isButton,
8888 'text-sm px-4 py-2': isButtonMedium,
8989 'text-xs px-2 py-0.5': isButtonSmall,
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ 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"
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 "
5757 @click =" handleError"
5858 >
59- go home
59+ {{ $t('common.go_back_home') }}
6060 </button >
6161 </main >
6262
You can’t perform that action at this time.
0 commit comments