-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed registration success bug and added in font family changes and o…
…ld logo
- Loading branch information
1 parent
7311f7d
commit 648e59c
Showing
10 changed files
with
32 additions
and
33 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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 |
---|---|---|
|
@@ -242,23 +242,23 @@ const PageSignUp = () => { | |
className={`sign-up-success ${pageState === 'success' ? 'sign-up-success-appear' : ''}`} | ||
> | ||
<div style={{ margin: 'auto auto' }}> | ||
<h2>{`Thank you for creating an account, ${ | ||
<h2 style="font-family: 'Proxima Nova', sans-serif;">{`Thank you for creating an account, ${ | ||
accountObj['preferredName'] === null || | ||
accountObj['preferredName'] === undefined || | ||
accountObj['preferredName'] === '' | ||
? accountObj['firstName'] | ||
: accountObj['preferredName'] | ||
}.`}</h2> | ||
{accountObj['leadur'] === true ? ( | ||
<h3> | ||
Check your inbox for a link to verify your email. Your account will be reviewed and | ||
<h3 style="font-family: 'Proxima Nova', sans-serif;"> | ||
Check your inbox for an email from [email protected] for a link to verify your email. Your account will be reviewed and | ||
shortly become an official Leedur account. | ||
</h3> | ||
) : ( | ||
<> | ||
<h1>You aren't done just yet!</h1> | ||
<h3> | ||
Check your inbox for a link to verify your email. You still need to register and | ||
<h1 style="font-family: 'Proxima Nova', sans-serif;">You aren't done just yet!</h1> | ||
<h3 style="font-family: 'Proxima Nova', sans-serif;"> | ||
Check your inbox for an email from [email protected] a link to verify your email. You still need to register and | ||
pay for the F!rosh Week event. | ||
</h3> | ||
</> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.27 MB
(1200%)
server/src/services/emailAssets/frosh-main-logo-outline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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