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"
33import { Button } from "@/app/conf/_design-system/button"
44import { ImageLoaded } from "@/app/conf/2025/components/image-loaded"
55
6- import logoBlurred from "./hero/ logo-blurred.png "
6+ import logoBlurred from "./logo-blurred.webp "
77
88export function Hero ( ) {
99 return (
@@ -28,7 +28,11 @@ export function Hero() {
2828 </ ul >
2929
3030 < 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+ >
3236 Learn more
3337 </ Button >
3438 </ div >
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export function ProvenSolution() {
6666 className = "mx-auto mt-8 w-fit lg:mt-16"
6767 // todo: this should link to the Business Agregator page
6868 href = "/learn"
69+ aria-label = "Learn more about GraphQL"
6970 >
7071 Learn more
7172 </ Button >
You can’t perform that action at this time.
0 commit comments