1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-12 03:08:31 +03:00

Link to status page instead

This commit is contained in:
Lim Chee Aun 2023-01-17 16:18:24 +08:00
parent b58bdb820a
commit d0880f5c56

View file

@ -251,7 +251,11 @@ function Status({
{/* </span> */}{' '} {/* </span> */}{' '}
{size !== 'l' && {size !== 'l' &&
(uri ? ( (uri ? (
<a href={uri} target="_blank" class="time"> <a
href={`#/s/${id}
`}
class="time"
>
<Icon <Icon
icon={visibilityIconsMap[visibility]} icon={visibilityIconsMap[visibility]}
alt={visibility} alt={visibility}