mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
Feature/smallfixes (#177)
* return logos * dates w/o commas * make arrows slightly larger * intro/info popup fixes
This commit is contained in:
@@ -406,5 +406,5 @@ export function makeNiceDate (datetime) {
|
||||
{ value: year }
|
||||
] = dateTimeFormat.formatToParts(datetime)
|
||||
|
||||
return `${day} ${month}, ${year}`
|
||||
return `${day} ${month} ${year}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user