File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments