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: note card user name theme colour
Pouria Delfanazari
4 months ago
3667cee9
7efb72c0
+1
1 changed file
expand all
collapse all
unified
split
src
webapp
features
notes
components
noteCard
NoteCard.tsx
+1
src/webapp/features/notes/components/noteCard/NoteCard.tsx
···
34
<Text
35
component={Link}
36
href={`/profile/${props.author.handle}`}
0
37
fw={500}
38
span
39
>
···
34
<Text
35
component={Link}
36
href={`/profile/${props.author.handle}`}
37
+
c={'var(--mantine-color-bright)'}
38
fw={500}
39
span
40
>