tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
297
fork
atom
a tool for shared writing and social publishing
297
fork
atom
overview
issues
31
pulls
pipelines
set profile description font to inherit body
cozylittle.house
1 week ago
eed0d157
0034da76
+4
-2
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
p
[didOrHandle]
ProfileHeader.tsx
+4
-2
app/(home-pages)/p/[didOrHandle]/ProfileHeader.tsx
reviewed
···
43
43
</div>
44
44
);
45
45
46
46
-
47
46
return (
48
47
<div
49
48
className={`profileHeader flex flex-col relative `}
···
67
66
did={props.profile.did}
68
67
/>
69
68
70
70
-
<pre className="profileDescription pt-1 px-3 sm:px-4 whitespace-pre-wrap">
69
69
+
<pre
70
70
+
className="profileDescription pt-1 px-3 sm:px-4 whitespace-pre-wrap"
71
71
+
style={{ fontFamily: "inherit" }}
72
72
+
>
71
73
{profileRecord.description
72
74
? parseDescription(profileRecord.description)
73
75
: null}