mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
🐛 Sprig time display
This commit is contained in:
parent
5d447cea1d
commit
255c446343
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ function Game({ game, gameImage, gameImage1, ...props }) {
|
|||
mb: 1
|
||||
}}
|
||||
>
|
||||
<RelativeTime value={game?.addedOn} titleFormat="YYYY-MM-DD" />
|
||||
<RelativeTime value={game['added on']} titleFormat="YYYY-MM-DD" />
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue