Skip to content

Commit

Permalink
fix more accessability
Browse files Browse the repository at this point in the history
  • Loading branch information
Gam3rrXD committed Jan 12, 2024
1 parent 15b9972 commit 61afcc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function Footer() {
target="_blank"
rel="noreferrer"
className="mr-6 text-gray-600"
aria-label="Twitter Link"
>
<svg
aria-hidden="true"
Expand All @@ -36,6 +37,7 @@ export default function Footer() {
target="_blank"
rel="noreferrer"
className="mr-6 text-gray-600"
aria-label="Youtube Link"
>
<svg
aria-hidden="true"
Expand All @@ -57,6 +59,7 @@ export default function Footer() {
href="https://www.instagram.com/spartabots2976"
target="_blank"
rel="noreferrer"
aria-label="Instagram Link"
className="mr-6 text-gray-600"
>
<svg
Expand Down
1 change: 1 addition & 0 deletions client/src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const Sidebar = () => {
<button
className="right-10 top-8 w-10 bg-blue-400 h-10 z-30 fixed rounded-full "
onClick={toggleSidebar}
name="SidebarOPEN"
>
<BiSolidLeftArrow
className={`absolute duration-300 ${
Expand Down

0 comments on commit 61afcc8

Please sign in to comment.