Info text on landing page
This commit is contained in:
@@ -30,5 +30,11 @@
|
|||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 1rem;
|
margin: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.infoText {
|
||||||
|
color: #555;
|
||||||
|
text-align: center;
|
||||||
|
margin: 1rem;
|
||||||
}
|
}
|
||||||
@@ -34,6 +34,16 @@ export default function Landing() {
|
|||||||
Tunnusta ei löydy. Ole hyvä ja tarkista tunnus.
|
Tunnusta ei löydy. Ole hyvä ja tarkista tunnus.
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
<div className={styles.infoText}>
|
||||||
|
Kirjaudu sisään tilauksesi tunnuksella.
|
||||||
|
<br />
|
||||||
|
Ongelmatilanteissa voit ottaa yhteyttä asiakaspalvelumme
|
||||||
|
<br />
|
||||||
|
<a href="mailto:livonsaaren.osuuspuutarha@gmail.com">
|
||||||
|
livonsaaren.osuuspuutarha@gmail.com
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Calendar />
|
<Calendar />
|
||||||
|
|||||||
Reference in New Issue
Block a user