File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
src/components/index-page Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import CheckIcon from "@/app/conf/_design-system/pixelarticons/check.svg?svgr"
3
3
import { Button } from "@/app/conf/_design-system/button"
4
4
import { ImageLoaded } from "@/app/conf/2025/components/image-loaded"
5
5
6
- import logoBlurred from "./hero/ logo-blurred.png "
6
+ import logoBlurred from "./logo-blurred.webp "
7
7
8
8
export function Hero ( ) {
9
9
return (
@@ -28,7 +28,11 @@ export function Hero() {
28
28
</ ul >
29
29
30
30
< div className = "flex items-center gap-4" >
31
- < Button href = "/learn" className = "max-sm:w-full" >
31
+ < Button
32
+ href = "/learn"
33
+ className = "max-sm:w-full"
34
+ aria-label = "Learn more about GraphQL"
35
+ >
32
36
Learn more
33
37
</ Button >
34
38
</ div >
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ 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"
69
70
>
70
71
Learn more
71
72
</ Button >
You can’t perform that action at this time.
0 commit comments