tangled
alpha
login
or
join now
daniela.lol
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
fix web links on profiles opening as witchsky.app link
daniela.lol
1 month ago
ab529261
f8975036
verified
This commit was signed with the committer's
known signature
.
daniela.lol
SSH Key Fingerprint:
SHA256:hDZNP/SivA4B+nXJfcGRZnWjV0crLCjKVF2oVJiZcUI=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
screens
Profile
Header
ProfileHeaderStandard.tsx
+1
-1
src/screens/Profile/Header/ProfileHeaderStandard.tsx
···
205
205
<View style={[a.flex_row, a.flex_wrap, {gap: 10}, a.pt_md]}>
206
206
{websiteFormatted && (
207
207
<Link
208
208
-
to={sanitizeWebsiteForLink(websiteFormatted)}
208
208
+
to={sanitizeWebsiteForLink(website ?? '')}
209
209
label={_(msg({message: `Visit ${websiteFormatted}`}))}
210
210
style={[a.flex_row, a.align_center, a.gap_xs]}>
211
211
<Globe