teleport toggle flags in header

This commit is contained in:
2021-05-16 09:54:27 +02:00
parent 9710f8be63
commit 3c6d3f30d2
4 changed files with 42 additions and 39 deletions

View File

@@ -7,6 +7,11 @@ const datetimeFormats = {
month: "numeric",
day: "numeric"
},
text: {
year: "numeric",
month: "long",
day: "numeric",
},
long: {
year: "numeric",
month: "short",