hope this doesnt cause any other issues but it seems to be fine?
+1
-1
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
-
to={sanitizeWebsiteForLink(websiteFormatted)}
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
History
1 round
1 comment
daniela.lol
submitted
#0
1 commit
expand
collapse
fix web links on profiles opening as witchsky.app link
expand 1 comment
pull request successfully merged
That should be fine, LGTM but Xan should look it over.