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> */}{' '}
{size !== 'l' &&
(uri ? (
<a href={uri} target="_blank" class="time">
<a
href={`#/s/${id}
`}
class="time"
>
<Icon
icon={visibilityIconsMap[visibility]}
alt={visibility}