tangled
alpha
login
or
join now
cosmik.network
/
semble
43
fork
atom
A social knowledge tool for researchers built on ATProto
43
fork
atom
overview
issues
13
pulls
pipelines
fix: incorrect semble notes card skeleton radius
Pouria Delfanazari
4 months ago
44a9175e
85c08a4b
+1
-1
1 changed file
expand all
collapse all
unified
split
src
webapp
features
notes
components
noteCard
Skeleton.NoteCard.tsx
+1
-1
src/webapp/features/notes/components/noteCard/Skeleton.NoteCard.tsx
···
2
2
3
3
export default function NoteCardSkeleton() {
4
4
return (
5
5
-
<Card p={'sm'} withBorder>
5
5
+
<Card p={'sm'} radius={'lg'} withBorder>
6
6
<Stack gap={'xs'}>
7
7
{/* Note */}
8
8
<Stack gap={5}>