tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
wren :3
handle.invalid
7 months ago
f74bcf40
d2e97e69
+8
-1
1 changed file
expand all
collapse all
unified
split
src
layout.tsx
+8
-1
src/layout.tsx
···
47
47
<AccountManager />
48
48
</div>
49
49
<div class="flex basis-1/3 items-center justify-center text-center">
50
50
-
<A href="/" class="font-mono font-bold hover:underline">
50
50
+
<A
51
51
+
href="/"
52
52
+
classList={{
53
53
+
"font-mono font-bold hover:underline": true,
54
54
+
"hover:scale-2000 hover:translate-y-100 hover:bg-linear-to-r z-50 bg-clip-text transition-all duration-1000 hover:animate-spin hover:from-white hover:to-pink-500 hover:text-transparent ":
55
55
+
!!customTitle[params.repo],
56
56
+
}}
57
57
+
>
51
58
{customTitle[params.repo] ?? "PDSls"}
52
59
</A>
53
60
<Show when={localStorage.kawaii === "true" || kawaii()}>