From dbe2a7c63dc53224af1312c50216c3471327f340 Mon Sep 17 00:00:00 2001 From: Sshadow84 Date: Sun, 14 Dec 2025 15:10:54 +0300 Subject: [PATCH] fix: add descriptive alt text to images on Learn page Added meaningful alt text to images that previously had empty alt attributes. This improves accessibility for screen reader users and helps with SEO. --- app/[locale]/learn/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/[locale]/learn/page.tsx b/app/[locale]/learn/page.tsx index f5f42ba1ca5..4011976fda4 100644 --- a/app/[locale]/learn/page.tsx +++ b/app/[locale]/learn/page.tsx @@ -221,7 +221,7 @@ export default async function Page({ params }: { params: PageParams }) { > <> - + {t("what-is-eth-card-title")} @@ -234,7 +234,7 @@ export default async function Page({ params }: { params: PageParams }) { > <> - + {t("what-is-web3-card-title")} @@ -289,7 +289,7 @@ export default async function Page({ params }: { params: PageParams }) { > <> - + {t("find-a-wallet-button")} @@ -302,7 +302,7 @@ export default async function Page({ params }: { params: PageParams }) { > <> - + {t("ethereum-networks-card-button")} @@ -329,7 +329,7 @@ export default async function Page({ params }: { params: PageParams }) { @@ -372,7 +372,7 @@ export default async function Page({ params }: { params: PageParams }) { > <> - + {t("defi-card-button")}