We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea45587 commit d5f856dCopy full SHA for d5f856d
1 file changed
src/index.js
@@ -4,8 +4,11 @@ import PreRegister from './preregister';
4
import 'bootstrap/dist/css/bootstrap.css';
5
import './index.scss';
6
7
-console.log("Interested in getting further involved?\n"+
8
-"codeRIT is looking for developers, come and join us at https://coderit.org/!");
+console.log(`Hey, you.\n
+You’re finally awake.\n
9
+You were trying to see the code, right?\n
10
+Walked right into that hiring message, same as us.\n
11
+If you’d like to work on this website and other cool projects with hackathons, send an email over to engineering@coderit.edu!`);
12
13
ReactDOM.render(
14
<PreRegister/>,
0 commit comments