-
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.
Merge pull request #805 from UofT-Frosh-Orientation/fontchangesandbugs
Fixed registration success bug and added in font family changes
- Loading branch information
Showing
11 changed files
with
35 additions
and
32 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 |
---|---|---|
|
@@ -198,3 +198,7 @@ a:hover { | |
display: none; | ||
} | ||
} | ||
|
||
.proxima-nova-text { | ||
font-family: 'Proxima Nova', sans-serif; | ||
} |
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 class="proxima-nova-text">{`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 class="proxima-nova-text"> | ||
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 class="proxima-nova-text">You aren't done just yet!</h1> | ||
<h3 class="proxima-nova-text"> | ||
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