[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add search icon on the home page (#744)

Co-authored-by: Philippe Serhal <philippe.serhal@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>

authored by

Okinea Dev
Philippe Serhal
Daniel Roe
and committed by
GitHub
4f068e18 d189f995

+1
+1
app/pages/index.vue
··· 109 109 type="submit" 110 110 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" 111 111 > 112 + <span class="i-carbon:search align-middle w-4 h-4" aria-hidden="true"></span> 112 113 {{ $t('search.button') }} 113 114 </button> 114 115 </div>