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:
parent
b58bdb820a
commit
d0880f5c56
1 changed files with 5 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue