Bluesky app fork with some witchin' additions ๐Ÿ’ซ witchsky.app
bluesky fork client

fix web links on profiles opening as witchsky.app link #66

merged opened by daniela.lol targeting main from daniela.lol/witchsky.app: main

hope this doesnt cause any other issues but it seems to be fine?

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:x3vdwseoxbzbp2dfv7q3brqn/sh.tangled.repo.pull/3mfhxdnxz4s22
+1 -1
Diff #0
+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
sign up or login to add to the discussion
daniela.lol submitted #0
1 commit
expand
fix web links on profiles opening as witchsky.app link
expand 1 comment

That should be fine, LGTM but Xan should look it over.

pull request successfully merged