Feature/smallfixes (#177)

* return logos

* dates w/o commas

* make arrows slightly larger

* intro/info popup fixes
This commit is contained in:
Lachlan Kermode
2020-10-29 09:31:13 +01:00
committed by GitHub
parent 001365976c
commit 7080c6d7af
8 changed files with 33 additions and 15 deletions

View File

@@ -406,5 +406,5 @@ export function makeNiceDate (datetime) {
{ value: year }
] = dateTimeFormat.formatToParts(datetime)
return `${day} ${month}, ${year}`
return `${day} ${month} ${year}`
}