diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b8386a8..d7fc2f6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -6,7 +6,7 @@ Add yourself as a contributor to this project as a Markdown link that links your ## Cohort Participants -- [stacy Daniel](https://github.com/stacy-tech) 💃🏾 +- [Maha Ahmed](https://github.com/eternalmaha) 🌲 - [Brianna Bland](https://github.com/bbland1) 👽 diff --git a/src/views/Layout.jsx b/src/views/Layout.jsx index 986ae95..76e4976 100644 --- a/src/views/Layout.jsx +++ b/src/views/Layout.jsx @@ -3,6 +3,8 @@ import { useAuth, SignInButton, SignOutButton } from '../api/useAuth'; import './Layout.css'; +// 1) import NavLink component + /** * TODO: The links defined in this file don't work! *