We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770959f commit ea45587Copy full SHA for ea45587
1 file changed
src/index.js
@@ -4,9 +4,10 @@ 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/!");
9
10
ReactDOM.render(
11
<PreRegister/>,
12
document.getElementById('root'),
13
);
-
0 commit comments