fix: Styling of 'New' badge in dark mode
fix: less than a min ago -> just now
This commit is contained in:
@ -50,8 +50,8 @@ class Time extends React.Component<Props> {
|
||||
if (shorten) {
|
||||
content = content
|
||||
.replace("about", "")
|
||||
.replace("minute", "min")
|
||||
.replace("less than a minute ago", "just now");
|
||||
.replace("less than a minute ago", "just now")
|
||||
.replace("minute", "min");
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user