Skip to content

Commit 5a555fd

Browse files
committed
Fix minor issues in accessibility
1 parent 01d66a1 commit 5a555fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/navigation/Footer.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const Footer = ({ }: FooterProps) => {
1414
<div className="flex items-center gap-2">
1515
<img
1616
className="w-12 h-12"
17+
alt="Commit Rocket Logo"
1718
src={Logo.src}
1819
width={Logo.width}
1920
height={Logo.height}

src/pages/about.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ const AboutPage: Page = ({ initialLoad, reduceMotion }) => {
4747
Our commitment to open-source development and cross-platform compatibility sets us apart from other clients in the market.
4848
</p>
4949
</section>
50-
<section aria-labelledby="why-another-git-client" className="flex flex-col gap-8 my-8">
50+
<section aria-labelledby="our-team" className="flex flex-col gap-8 my-8">
5151
<h2
52-
id="why-another-git-client"
52+
id="our-team"
5353
className="text-2xl text-center lg:text-3xl text-primary"
5454
>
5555
Team

0 commit comments

Comments
 (0)