Add extra comments for future reference.

This commit is contained in:
Ray 2024-01-23 07:20:38 +00:00 committed by GitHub
parent df0af1489f
commit 4c51550ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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>
) )
} }