diff --git a/frontend/public/index.html b/frontend/public/index.html index bdf9cea..ca6aa9a 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -27,7 +27,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + BITSandPSes diff --git a/frontend/src/containers/Home/Footer/footerComponent.js b/frontend/src/containers/Home/Footer/footerComponent.js index 36b1b1a..c03447d 100644 --- a/frontend/src/containers/Home/Footer/footerComponent.js +++ b/frontend/src/containers/Home/Footer/footerComponent.js @@ -1,24 +1,30 @@ import React, { Component } from 'react'; -import "./footer.css"; +import './footer.css'; class Footer extends Component { - render () { - return( -
-

- BITS - and - PS - es + render() { + return ( +
+

+ BITS + and + PS + es

-
Against the admin, together, always
-
- - +
+ Against the admin, together, always +
+
+ + + + + +
); } } -export default Footer; \ No newline at end of file +export default Footer;