mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:30:51 +03:00
Link to status page instead
This commit is contained in:
parent
b58bdb820a
commit
d0880f5c56
1 changed files with 5 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue