diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f663a1f..9244b34 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -27,6 +27,14 @@ const Footer: React.FC = () => {

© {new Date().getFullYear()} Price Wolves. All rights reserved.

+
+

Software Engineer Contributors

+

+ Kobe Tran +  &  + Jeffrey Cheung +

+
); }; diff --git a/src/index.css b/src/index.css index 6d935b8..48a99c0 100644 --- a/src/index.css +++ b/src/index.css @@ -140,6 +140,27 @@ h1 { .copyright-notice { font-size: 0.85rem; color: #888; + margin: 0; +} + +.contributor-info { + margin-bottom: 1rem; + margin-top: 0.2rem; + text-align: center; +} + +.contributor-info p { + font-size: 0.85rem; + margin: 0; + color: #FFFAFA; +} + +.contributor-info a { + color: #FFFAFA; + text-decoration: underline; +} +.contributor-info a:hover { + color: #C4CED4; }