Add extra comments for future reference.
This commit is contained in:
parent
df0af1489f
commit
4c51550ba7
|
@ -7,6 +7,7 @@ export function Contact ( props ) {
|
||||||
<div>
|
<div>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
<p>Deciding whether to just put contact info or actually develop a contact form, figure it out along the way</p>
|
<p>Deciding whether to just put contact info or actually develop a contact form, figure it out along the way</p>
|
||||||
|
<p> If using contact form, either use EmailJS or use Google Firebase Triggers plus custom form to connect to said Firebase Triggers to send email. </p>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
Loading…
Reference in New Issue