From 9f85679ce7815032aae9f6afb491eefa20541aea Mon Sep 17 00:00:00 2001 From: Maha Date: Thu, 15 Aug 2024 23:55:26 -0400 Subject: [PATCH] adding name to contributor list --- CONTRIBUTORS.md | 2 +- src/views/Layout.jsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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! *