You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/preregister.js
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,13 @@ import CovidPopover from "./covid-popover.js";
6
6
varheroImage=require('./hero.svg');
7
7
varheroImageAlt="A decorative hero graphic."
8
8
9
-
vardesktopNotice="COVID-19 Notice: "
10
-
varmobileNotice="COVID-19 Notice"
11
9
varnoticeContent="We're planning BrickHack 7 to be the best and safest event possible. We will publish relevant information upon receiving updates from RIT and NY State."
12
10
13
11
classPreRegisterextendsReact.Component{
14
12
render(){
15
13
return(
16
14
<divid="app">
17
15
<NavBar
18
-
title={desktopNotice}
19
16
content={noticeContent}
20
17
/>
21
18
@@ -40,7 +37,6 @@ class PreRegister extends React.Component {
0 commit comments