this repo has no description
0
fork

Configure Feed

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

Link to status page instead

+5 -1
+5 -1
src/components/status.jsx
··· 251 251 {/* </span> */}{' '} 252 252 {size !== 'l' && 253 253 (uri ? ( 254 - <a href={uri} target="_blank" class="time"> 254 + <a 255 + href={`#/s/${id} 256 + `} 257 + class="time" 258 + > 255 259 <Icon 256 260 icon={visibilityIconsMap[visibility]} 257 261 alt={visibility}