atmosphere explorer
0
fork

Configure Feed

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

change navbar copy icon

Juliet 2df2197d 51ccf1e8

+1 -1
+1 -1
src/components/navbar.tsx
··· 21 21 class={`-mr-2 hidden items-center rounded px-2 py-1 text-neutral-500 transition-all duration-200 group-hover:flex hover:bg-neutral-200/70 hover:text-neutral-600 active:bg-neutral-300/70 sm:py-1.5 dark:text-neutral-400 dark:hover:bg-neutral-700/70 dark:hover:text-neutral-300 dark:active:bg-neutral-600/70`} 22 22 aria-label="Copy to clipboard" 23 23 > 24 - <span class="iconify lucide--link"></span> 24 + <span class="iconify lucide--copy"></span> 25 25 </button> 26 26 </Tooltip> 27 27 </Show>