File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const Footer = ({ }: FooterProps) => {
14
14
< div className = "flex items-center gap-2" >
15
15
< img
16
16
className = "w-12 h-12"
17
+ alt = "Commit Rocket Logo"
17
18
src = { Logo . src }
18
19
width = { Logo . width }
19
20
height = { Logo . height }
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ const AboutPage: Page = ({ initialLoad, reduceMotion }) => {
47
47
Our commitment to open-source development and cross-platform compatibility sets us apart from other clients in the market.
48
48
</ p >
49
49
</ 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" >
51
51
< h2
52
- id = "why-another-git-client "
52
+ id = "our-team "
53
53
className = "text-2xl text-center lg:text-3xl text-primary"
54
54
>
55
55
Team
You can’t perform that action at this time.
0 commit comments