Skip to content

Commit

Permalink
also fixed using npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kobebuckley committed Dec 20, 2023
1 parent 2bf76da commit 79c3950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ const Footer = () => {

<div className="flex items-center justify-center gap-10 px-20 py-4 text-xl text-center">
<a
aria-label="A link to the Code with Aloha Github"
href="https://github.com/CodeWithAloha"
target="_blank"
className="hover:scale-105"
>
<BsGithub fontSize={40} />
</a>
<a
aria-label="A link to the Code with Aloha Meetup Page"
href="https://www.meetup.com/code-for-hawaii/"
className="hover:scale-105"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const NavBar = () => {
{/* ____________________mobile menu______________________________ */}

<button
aria-label='menu'
aria-label="menu"
className="flex flex-col justify-center items-center lg:hidden z-50"
onClick={handleClick}
>
Expand Down

0 comments on commit 79c3950

Please sign in to comment.