Skip to content

Commit 641adb6

Browse files
committed
Add aria-label, change blur logo to webp
1 parent 442e2c8 commit 641adb6

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

src/components/index-page/hero/index.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import CheckIcon from "@/app/conf/_design-system/pixelarticons/check.svg?svgr"
33
import { Button } from "@/app/conf/_design-system/button"
44
import { 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

88
export 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>
-1.49 MB
Binary file not shown.
Binary file not shown.

src/components/index-page/proven-solution/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)