Skip to content

Commit 64b725b

Browse files
committed
Its corona time
1 parent f07d3ce commit 64b725b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: src/components/launchpad/Register.jsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ const Desc = styled('p')`
4545
a {
4646
color: ${colors.visorblue};
4747
}
48+
49+
h4 {
50+
color: red;
51+
}
4852
`;
4953

5054
const RegisterButton = styled('div')`
@@ -107,10 +111,11 @@ const Register = () => (
107111
</Values>
108112
<Desc>
109113
<strong>Launchpad</strong> is a hackathon for local high school students hosted at RPI by <a href='/'>coding&&community</a>. Students will have the opportunity to work together to brainstorm, design, and code a project from scratch. We're excited to see your creativity unleashed!
114+
<h4>Due to the ongoing COVID-19 outbreak, Launchpad is postponed to September 26th - 27th</h4>
110115
</Desc>
111116
<RegisterButton>
112117
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdB6QAV0WeLeQy4YUM6fM3YG4EtYHU5MX3MWYStHaHbf9dmIQ/viewform">
113-
<Button>
118+
<Button disabled>
114119
Register Now 🚀
115120
</Button>
116121
</a>

0 commit comments

Comments
 (0)