build fixes

This commit is contained in:
mrfry 2023-03-27 09:03:06 +02:00
parent 4980a02ec4
commit 7f5c1ae7a7
4 changed files with 61 additions and 5 deletions

View file

@ -65,9 +65,9 @@ export default function Contact({ globalState, setGlobalState }) {
<div>
<div className={'subtitle'}>Alternatív módok</div>
<div className={styles.text}>
Az alábbi módokat is nyugodtan használhatod, a nevedet, e-mail
címedet, illetve semmilyen egyéb adatot nem adok ki harmadik fél
számára. (egyedül én fogom látni)
TODO: remove this Az alábbi módokat is nyugodtan használhatod, a
nevedet, e-mail címedet, illetve semmilyen egyéb adatot nem adok
ki harmadik fél számára. (egyedül én fogom látni)
</div>
</div>
<div className={styles.contactsContainer}>
@ -94,5 +94,5 @@ export default function Contact({ globalState, setGlobalState }) {
)}
</div>
</div>
);
)
}