File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
src/components/index-page Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,8 @@ export function Hero() {
28
28
</ ul >
29
29
30
30
< div className = "flex items-center gap-4" >
31
- < Button
32
- href = "/learn"
33
- className = "max-sm:w-full"
34
- aria-label = "Learn more about GraphQL"
35
- >
36
- Learn more
31
+ < Button href = "/learn" className = "max-sm:w-full" >
32
+ Learn more< span className = "sr-only" > about GraphQL</ span >
37
33
</ Button >
38
34
</ div >
39
35
</ div >
Original file line number Diff line number Diff line change @@ -66,9 +66,8 @@ export function ProvenSolution() {
66
66
className = "mx-auto mt-8 w-fit lg:mt-16"
67
67
// todo: this should link to the Business Agregator page
68
68
href = "/learn"
69
- aria-label = "Learn more about GraphQL"
70
69
>
71
- Learn more
70
+ Learn more< span className = "sr-only" > about GraphQL </ span >
72
71
</ Button >
73
72
</ div >
74
73
</ div >
You can’t perform that action at this time.
0 commit comments