Updated styles for header.

This commit is contained in:
codevictory
2021-12-08 22:58:29 +02:00
parent b334be8b79
commit f422da89b5
4 changed files with 64 additions and 16 deletions

View File

@@ -1,4 +1,6 @@
export const common: Record<string, string> = {
"common.title": "Lintu and Maslo",
"common.subtitle": "August 2022"
"common.lintu": "Lintu",
"common.maslo": "Maslo",
"common.datetime": "August 27 | 11:00",
"common.place": "Seurantalo | Livonsaari"
}

View File

@@ -1,4 +1,6 @@
export const common: Record<string, string> = {
"common.title": "Lintu ja Maslo",
"common.subtitle": "Elokuussa 2022"
"common.lintu": "Lintu",
"common.maslo": "Maslo",
"common.datetime": "Elokuussa 27 | 11:00",
"common.place": "Seurantalo | Livonsaari"
}