tangled
alpha
login
or
join now
pds.ls
/
pdsls
399
fork
atom
atmosphere explorer
pds.ls
tool
typescript
atproto
399
fork
atom
overview
issues
1
pulls
pipelines
increase homepage font size
handle.invalid
2 weeks ago
9827588b
687eb3ea
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+5
-3
1 changed file
expand all
collapse all
unified
split
src
views
home.tsx
+5
-3
src/views/home.tsx
···
29
accent: Accent;
30
}) => (
31
<>
32
-
<span class="flex items-center gap-1.5 text-xs sm:text-sm">
33
<span class={`${props.icon} iconify shrink-0 ${accentIcon[props.accent]}`} />
34
<span class="font-medium">{props.title}</span>
35
</span>
36
-
<span class="text-xs text-neutral-500 dark:text-neutral-400">{props.description}</span>
0
0
37
</>
38
);
39
···
169
</div>
170
</div>
171
172
-
<div class="flex justify-center gap-1.5 text-sm text-neutral-600 sm:gap-2 dark:text-neutral-300">
173
<FooterLink href="https://raycast.com/juliet_philippe/pdsls" color="after:text-[#FF6363]">
174
<span class="iconify-color i-raycast-light block dark:hidden"></span>
175
<span class="iconify-color i-raycast-dark hidden dark:block"></span>
···
29
accent: Accent;
30
}) => (
31
<>
32
+
<span class="flex items-center gap-1.5 text-xs sm:text-base">
33
<span class={`${props.icon} iconify shrink-0 ${accentIcon[props.accent]}`} />
34
<span class="font-medium">{props.title}</span>
35
</span>
36
+
<span class="text-xs text-neutral-500 sm:text-sm dark:text-neutral-400">
37
+
{props.description}
38
+
</span>
39
</>
40
);
41
···
171
</div>
172
</div>
173
174
+
<div class="flex justify-center gap-1.5 text-sm text-neutral-600 sm:gap-2 sm:text-base dark:text-neutral-300">
175
<FooterLink href="https://raycast.com/juliet_philippe/pdsls" color="after:text-[#FF6363]">
176
<span class="iconify-color i-raycast-light block dark:hidden"></span>
177
<span class="iconify-color i-raycast-dark hidden dark:block"></span>