diff --git a/client/src/App.scss b/client/src/App.scss
index 64eaf25b..e3b8dfb8 100644
--- a/client/src/App.scss
+++ b/client/src/App.scss
@@ -198,3 +198,7 @@ a:hover {
display: none;
}
}
+
+.proxima-nova-text {
+ font-family: 'Proxima Nova', sans-serif;
+}
diff --git a/client/src/pages/Home/Home.jsx b/client/src/pages/Home/Home.jsx
index ca177442..818b1e74 100644
--- a/client/src/pages/Home/Home.jsx
+++ b/client/src/pages/Home/Home.jsx
@@ -85,13 +85,13 @@ const HomeHeaderButton = () => {
// justifyContent: 'center',
// alignItems: 'center',
// }}
- // hidden button xD
- style={{
+ // hidden button xD
+ style={{
width: '0.px',
height: '0.px',
fontSize: '0px',
opacity: '0',
- }}
+ }}
/>
diff --git a/client/src/pages/SignUp/SignUp.jsx b/client/src/pages/SignUp/SignUp.jsx
index 086a3cf0..d781dca8 100644
--- a/client/src/pages/SignUp/SignUp.jsx
+++ b/client/src/pages/SignUp/SignUp.jsx
@@ -242,7 +242,7 @@ const PageSignUp = () => {
className={`sign-up-success ${pageState === 'success' ? 'sign-up-success-appear' : ''}`}
>
-
{`Thank you for creating an account, ${
+ {`Thank you for creating an account, ${
accountObj['preferredName'] === null ||
accountObj['preferredName'] === undefined ||
accountObj['preferredName'] === ''
@@ -250,14 +250,14 @@ const PageSignUp = () => {
: accountObj['preferredName']
}.`}
{accountObj['leadur'] === true ? (
-
+
Check your inbox for an email from tech@orientation.skule.ca for a link to verify your email. Your account will be reviewed and
shortly become an official Leedur account.
) : (
<>
- You aren't done just yet!
-
+ You aren't done just yet!
+
Check your inbox for an email from tech@orientation.skule.cafor a link to verify your email. You still need to register and
pay for the F!rosh Week event.