Skip to content

Commit ea45587

Browse files
committed
Basic link to codeRIT added to the console
1 parent 770959f commit ea45587

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ 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/!");
79

810
ReactDOM.render(
911
<PreRegister/>,
1012
document.getElementById('root'),
1113
);
12-

0 commit comments

Comments
 (0)