diff --git a/components/BackToTop/BackToTopButton.tsx b/components/BackToTop/BackToTopButton.tsx index ffe7861c0..f6b5b8b32 100644 --- a/components/BackToTop/BackToTopButton.tsx +++ b/components/BackToTop/BackToTopButton.tsx @@ -52,6 +52,7 @@ export const BackToTopButton = () => { className={buttonClasses} onClick={handleClick} title="Back to top" + aria-label="Back to top button" > diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index e31198c7d..5dfb28d91 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -19,11 +19,17 @@ export const Footer: FC = () => { href="https://linkfree.io/rupali-codes" target="_blank" rel="noopener noreferrer" + aria-label="GitHub Profile of Rupali Haldiya" > Rupali Haldiya {' '} and{' '} - + Open Source Community

diff --git a/components/Header/Header.tsx b/components/Header/Header.tsx index b95552991..0082cbc92 100644 --- a/components/Header/Header.tsx +++ b/components/Header/Header.tsx @@ -13,7 +13,7 @@ export const Header: FC = () => { return (
- +
@@ -25,6 +25,7 @@ export const Header: FC = () => { diff --git a/components/NewIssue/NewIssue.tsx b/components/NewIssue/NewIssue.tsx index 774b56c39..408a124fc 100644 --- a/components/NewIssue/NewIssue.tsx +++ b/components/NewIssue/NewIssue.tsx @@ -5,13 +5,14 @@ const NewIssue: FC = () => { return (
Be the first to add by creating a GitHub issue - - here - + + here +
) } diff --git a/components/Searchbar/Searchbar.tsx b/components/Searchbar/Searchbar.tsx index 7ab87f302..d34eaaa1d 100644 --- a/components/Searchbar/Searchbar.tsx +++ b/components/Searchbar/Searchbar.tsx @@ -81,6 +81,7 @@ export const Searchbar: React.FC = ({ setSearch }) => { diff --git a/components/SideNavbar/SideNavbarCategory.tsx b/components/SideNavbar/SideNavbarCategory.tsx index ebd56f621..84931ccb9 100644 --- a/components/SideNavbar/SideNavbarCategory.tsx +++ b/components/SideNavbar/SideNavbarCategory.tsx @@ -27,6 +27,7 @@ export const SideNavbarCategory: FC<{ diff --git a/components/ThemeToggler/themeToggler.tsx b/components/ThemeToggler/themeToggler.tsx index ed98ddd40..850abee07 100644 --- a/components/ThemeToggler/themeToggler.tsx +++ b/components/ThemeToggler/themeToggler.tsx @@ -27,11 +27,18 @@ export function ThemeToggler() { ) diff --git a/pages/contributors.tsx b/pages/contributors.tsx index d615b1924..cd472bd88 100644 --- a/pages/contributors.tsx +++ b/pages/contributors.tsx @@ -136,12 +136,14 @@ const ContributorsPage: FC<{ contributors: Contributor[] }> = ({ GitHub Contributions diff --git a/pages/index.tsx b/pages/index.tsx index 96d145e47..aeab8cc19 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -22,7 +22,10 @@ export default function Home() { /> - +