From f79542614b86235bb6d74226f6b3780a0ab7b974 Mon Sep 17 00:00:00 2001 From: Melvin Teo <62491197+meleongg@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:57:10 -0800 Subject: [PATCH] update waitlist hacker blurb --- src/components/ApplicationDashboard.js | 27 ++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/src/components/ApplicationDashboard.js b/src/components/ApplicationDashboard.js index 4a4a3663..2a993a00 100644 --- a/src/components/ApplicationDashboard.js +++ b/src/components/ApplicationDashboard.js @@ -12,7 +12,7 @@ import { import { analytics } from '../utility/firebase' import { Checkbox } from './Input' import { Button } from './Input/Button' -import { A, H1, P, ErrorSpan as Required } from './Typography' +import { A, H1, HR, P, ErrorSpan as Required } from './Typography' const Container = styled.div` margin: 5em auto; @@ -207,8 +207,31 @@ export const hackerStatuses = (relevantDates, hackerName = null) => ({ waitlisted: { sidebarText: 'Waitlisted', cardText: 'Waitlisted', - blurb: `Hi ${hackerName}, we had a lovely time reading your application, and were very impressed with your commitment to joining the technology community. We would love to see you at ${copyText.hackathonName} this year, however, at the moment, we can not confirm a spot for you. You have been put in our waitlist, and will be notified ${relevantDates?.offWaitlistNotify} if we found a spot for you, so please check your email then!`, + blurb: ( + <> + Hi {hackerName}, we had a lovely time reading your application, and were very impressed with + your commitment to joining the technology community. We would love to see you at + {copyText.hackathonName} this year; however, at the moment, we cannot confirm a spot for + you. You have been put on our waitlist and will be notified{' '} + {relevantDates?.offWaitlistNotify} if we find a spot for you, so please check your email + then! +