tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
288
fork
atom
a tool for shared writing and social publishing
288
fork
atom
overview
issues
27
pulls
pipelines
use main domain for profile url in profile header
awarm.space
1 month ago
7affa516
a925bd4b
+1
-1
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
p
[didOrHandle]
ProfileHeader.tsx
+1
-1
app/(home-pages)/p/[didOrHandle]/ProfileHeader.tsx
···
16
16
popover?: boolean;
17
17
}) => {
18
18
let profileRecord = props.profile;
19
19
-
const profileUrl = `/p/${props.profile.handle}`;
19
19
+
const profileUrl = `https://leaflet.pub/p/${props.profile.handle}`;
20
20
21
21
const avatarElement = (
22
22
<Avatar