atmosphere explorer
0
fork

Configure Feed

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

fix favicon loading between pages

Juliet 6ecc5520 9984e308

+1 -1
+1 -1
src/components/navbar.tsx
··· 55 55 return ( 56 56 <div class="relative flex h-5 w-3.5 shrink-0 items-center justify-center sm:w-4"> 57 57 <Show when={!props.hovered || !loaded()}>{props.children}</Show> 58 - <Show when={hasHovered()}> 58 + <Show when={hasHovered() && props.domain}> 59 59 <Switch> 60 60 <Match when={props.domain === "tangled.sh" || props.domain === "tangled.org"}> 61 61 <span