atproto explorer pdsls.dev
atproto tool

blue navbar

juli.ee c47eca76 6f5dd3b1

verified
Changed files
+8 -4
src
components
+8 -4
src/components/navbar.tsx
···
</Tooltip>
<Show when={pds()}>
<Show when={props.params.repo}>
-
<A end href={pds()!} inactiveClass="w-full hover:underline active:underline">
+
<A
+
end
+
href={pds()!}
+
inactiveClass="text-blue-400 w-full hover:underline active:underline"
+
>
{pds()}
</A>
</Show>
···
<A
end
href={`/at://${props.params.repo}`}
-
inactiveClass="hover:underline active:underline w-full"
+
inactiveClass="text-blue-400 hover:underline active:underline w-full"
>
{showHandle() ? handle() : props.params.repo}
</A>
···
<A
end
href={`/at://${props.params.repo}/labels`}
-
inactiveClass="grow hover:underline active:underline"
+
inactiveClass="text-blue-400 grow hover:underline active:underline"
>
labels
</A>
···
<A
end
href={`/at://${props.params.repo}/${props.params.collection}`}
-
inactiveClass="w-full hover:underline active:underline"
+
inactiveClass="text-blue-400 w-full hover:underline active:underline"
>
{props.params.collection}
</A>