Update program
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
@import '../colors.scss';
|
||||
|
||||
.Program {
|
||||
padding-bottom: 3rem;
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
@@ -11,14 +11,18 @@ export const Program = () => {
|
||||
<p>
|
||||
<FormattedMessage id='main.program.consecration' />
|
||||
</p>
|
||||
<h2>14:00</h2>
|
||||
<p>
|
||||
<FormattedMessage id='main.program.lunch' />
|
||||
</p>
|
||||
<h2>15:00</h2>
|
||||
<p>
|
||||
<FormattedMessage id='main.program.coffee' />
|
||||
</p>
|
||||
<h2>21:00</h2>
|
||||
<p>
|
||||
<FormattedMessage id='main.program.consert' />
|
||||
</p>
|
||||
|
||||
<p className='subText'>
|
||||
<FormattedMessage id='main.program.beingUpdated' />
|
||||
</p>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export const main: Record<string, string> = {
|
||||
"main.program": "Program",
|
||||
"main.program.consecration": "Consecration ceremony",
|
||||
"main.program.lunch": "Lunch",
|
||||
"main.program.coffee": "Coffee, cakes and speeches",
|
||||
"main.program.beingUpdated": "To be updated...",
|
||||
"main.program.consert": "Dance music by Juudas Iskariotin Suudelma",
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export const main: Record<string, string> = {
|
||||
"main.program": "Ohjelma",
|
||||
"main.program.consecration": "Vihkiminen",
|
||||
"main.program.lunch": "Lounas",
|
||||
"main.program.coffee": "Kahvia ja kakkua ja puheita",
|
||||
"main.program.beingUpdated": "Päivittyy...",
|
||||
"main.program.consert": "Tanssimusiikkia: Juudas Iskariotin Suudelma",
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
export const main: Record<string, string> = {
|
||||
"main.program": "Program",
|
||||
"main.program.consecration": "Consecration ceremony",
|
||||
"main.program.consecration": "Sobáš",
|
||||
"main.program.lunch": "Obed",
|
||||
"main.program.coffee": "Kávička, koláče a torta. Príhovory",
|
||||
"main.program.beingUpdated": "To be updated...",
|
||||
"main.program.consert": "Do tanca nam bude hrat kapela Juudas Iskariotin Suudelma",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user