-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from erland-syafiq/change-email
Updating to correct email [email protected]
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ function Footer() { | |
</div> | ||
<p> | ||
Virginia Tech, Blacksburg, VA 24061 <br/> | ||
[email protected] <br /> | ||
[email protected] <br /> | ||
<a href="https://www.inclusive.vt.edu/resources/land-acknowledgement-and-labor-recognition.html" target="_blank" className="footerLink" > | ||
Land Acknowledgement</a> | ||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,7 +200,7 @@ export default function RegisterForm() { | |
<p> | ||
Please provide the following information about your school and organization. Independent delegates are kindly asked to list "Independent Delegate” under "School Name" and to use their personal address instead of a school address.<br /> | ||
|
||
If, after submitting this form, you would like to add or drop delegates, please reach out to our Chargé d'Affaires, Delaney Moran, [email protected] <br /> | ||
If, after submitting this form, you would like to add or drop delegates, please reach out to our Chargé d'Affaires, Will Letvin, [email protected] <br /> | ||
</p> | ||
|
||
<div className="row"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ export default function RegisterPage() { | |
|
||
<div className="group"> | ||
<h4>Dear Advisors and Independent Delegates,</h4> | ||
<p>Thank you for your registration for VTMUNC! For independent delegates that are staying in Blacksburg overnight, please contact Delaney Moran, our charge d'affairs on [email protected], so we can send you a liability waiver form.</p> | ||
<p>Thank you for your registration for VTMUNC! For independent delegates that are staying in Blacksburg overnight, please contact Will Letvin, our charge d'affairs at [email protected], so we can send you a liability waiver form.</p> | ||
<p>Note: * means a field is required</p> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ export default function RegisterSuccess() { | |
<img className="registerImg" src={"/Images/AboutUsGroupPhoto.jpg"} /> | ||
</div> | ||
|
||
<h5>We will begin processing your data as soon as possible. Please reach out to [email protected] if you have any more questions.</h5> | ||
<h5>We will begin processing your data as soon as possible. Please reach out to [email protected] if you have any more questions.</h5> | ||
</div> | ||
</div> | ||
<div className='col-md-3'></div> | ||
|