Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix full thread SVG dots not rendering (#346) (#364)

authored by

John Fawcett and committed by
GitHub
180e373b 9d178c7e

+3 -3
+3 -3
src/view/com/posts/FeedSlice.tsx
··· 85 85 stroke={pal.colors.replyLine} 86 86 strokeWidth="2" 87 87 /> 88 - <Circle x="2" y="16" r="1.5" fill={pal.colors.replyLineDot} /> 89 - <Circle x="2" y="22" r="1.5" fill={pal.colors.replyLineDot} /> 90 - <Circle x="2" y="28" r="1.5" fill={pal.colors.replyLineDot} /> 88 + <Circle cx="2" cy="16" r="1.5" fill={pal.colors.replyLineDot} /> 89 + <Circle cx="2" cy="22" r="1.5" fill={pal.colors.replyLineDot} /> 90 + <Circle cx="2" cy="28" r="1.5" fill={pal.colors.replyLineDot} /> 91 91 </Svg> 92 92 </View> 93 93 <Text type="md" style={pal.link}>