diff --git a/app/[locale]/run-a-node/_components/run-a-node.tsx b/app/[locale]/run-a-node/_components/run-a-node.tsx index 2cc83990547..9f26e864ef3 100644 --- a/app/[locale]/run-a-node/_components/run-a-node.tsx +++ b/app/[locale]/run-a-node/_components/run-a-node.tsx @@ -33,7 +33,6 @@ import InlineLink from "@/components/ui/Link" import { cn } from "@/lib/utils/cn" import { useTranslation } from "@/hooks/useTranslation" -import { InfoGrid } from "@/layouts" import community from "@/public/images/enterprise-eth.png" import hackathon from "@/public/images/hackathon_transparent.png" import impact from "@/public/images/impact_transparent.png" @@ -367,16 +366,17 @@ const RunANodePage = ({

- - {whyRunANodeCards.map(({ Svg, title, preview, body, alt }) => ( +
+ {whyRunANodeCards.map(({ Svg, title, preview, body }) => ( ) - // @ts-expect-error alt does not exist as a valid prop - alt={alt} svg={({ className }) => ( - + )} key={title} > @@ -385,7 +385,7 @@ const RunANodePage = ({ ))} ))} - +
@@ -411,21 +411,13 @@ const RunANodePage = ({ - ) - // @ts-expect-error alt does not exist as a valid prop - alt={t("page-run-a-node-glyph-alt-terminal")} - /> + - ) - // @ts-expect-error alt does not exist as a valid prop - alt={t("page-run-a-node-glyph-alt-dappnode")} - /> + @@ -444,11 +436,7 @@ const RunANodePage = ({ - ) - // @ts-expect-error alt does not exist as a valid prop - alt={t("page-run-a-node-glyph-alt-phone")} - /> + @@ -522,7 +510,8 @@ const RunANodePage = ({

{t("page-run-a-node-build-your-own-hardware-title")}

@@ -592,8 +581,9 @@ const RunANodePage = ({

{t("page-run-a-node-build-your-own-software")}