mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix log
This commit is contained in:
@@ -56,7 +56,7 @@ const LogItem: FunctionComponent<ComponentProps> = (
|
||||
)}
|
||||
{props.log.severityText === 'Error' && (
|
||||
<div className="text-rose-400 courier-prime">
|
||||
[ERRR]
|
||||
[EROR]
|
||||
</div>
|
||||
)}
|
||||
<div className={`${bodyColor} courier-prime truncate`}>
|
||||
@@ -105,7 +105,7 @@ const LogItem: FunctionComponent<ComponentProps> = (
|
||||
SEVERITY:
|
||||
</div>
|
||||
<div className="text-rose-400 courier-prime">
|
||||
[ERRR]
|
||||
[EROR]
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user