Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix web links on profiles opening as witchsky.app link

authored by

Daniela Henkel and committed by tangled.org 0b532dcb f8975036

+1 -1
+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