Skip to content

Commit d5f856d

Browse files
committed
Updated the console hiring message
1 parent ea45587 commit d5f856d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/index.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ import PreRegister from './preregister';
44
import 'bootstrap/dist/css/bootstrap.css';
55
import './index.scss';
66

7-
console.log("Interested in getting further involved?\n"+
8-
"codeRIT is looking for developers, come and join us at https://coderit.org/!");
7+
console.log(`Hey, you.\n
8+
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!`);
912

1013
ReactDOM.render(
1114
<PreRegister/>,

0 commit comments

Comments
 (0)