Info text on landing page
This commit is contained in:
@@ -30,5 +30,11 @@
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
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.
|
||||
</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 />
|
||||
|
||||
Reference in New Issue
Block a user