fix: /status colors
This commit is contained in:
parent
54cd3c259b
commit
d378674c8c
|
@ -22,7 +22,7 @@ const StatusPage: NextPage = () => {
|
||||||
? new Date(platform.lastUpdated * 1000)
|
? new Date(platform.lastUpdated * 1000)
|
||||||
: null;
|
: null;
|
||||||
const isStale =
|
const isStale =
|
||||||
!ts || new Date().getTime() - ts.getTime() < 2 * 86400 * 1000;
|
!ts || new Date().getTime() - ts.getTime() > 2 * 86400 * 1000;
|
||||||
return (
|
return (
|
||||||
<tr key={platform.id}>
|
<tr key={platform.id}>
|
||||||
<td
|
<td
|
||||||
|
|
Loading…
Reference in New Issue
Block a user