Skip to content

Commit 9921810

Browse files
committed
feat: add a magnifying glass icon to the "search" button on the home page
1 parent df3cc51 commit 9921810

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/pages/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ defineOgImageComponent('Default', {
9797
type="submit"
9898
class="absolute inset-ie-2 px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md transition-[background-color,transform] duration-200 hover:bg-fg/90 active:scale-95 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
9999
>
100+
<span class="i-carbon:search align-middle"></span>
100101
{{ $t('search.button') }}
101102
</button>
102103
</div>

0 commit comments

Comments
 (0)