diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 628840f..c789eca 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -90,9 +90,8 @@ export default function Navbar() { // Treat external links differently; add 'target=_blank' so they // open in a new window return ( - <> +

- +
); } return ( - <> - +
+ {item.title}
- +
); })} @@ -122,7 +117,7 @@ export default function Navbar() { ); } else { return ( - + {page.title} ); diff --git a/src/index.tsx b/src/index.tsx index 8af2ed7..455f4f1 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -4,6 +4,15 @@ import './index.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; +console.log( + "%cThis app is available on Github, if you're interested in the code!", + 'font-size: 20px' +); +console.log( + '%chttps://github.com/tjsga/tj-sga-website-react', + 'font-size: 20px' +); + ReactDOM.render( diff --git a/src/pages/committee.tsx b/src/pages/committee.tsx index f826854..b5729d3 100644 --- a/src/pages/committee.tsx +++ b/src/pages/committee.tsx @@ -19,7 +19,7 @@ export default function Committee() {
{excomm && excomm.map((member) => { - return ; + return ; })}