diff --git a/src/components/Layer2ProductCard.tsx b/src/components/Layer2ProductCard.tsx index 032fef91469..844654a86ce 100644 --- a/src/components/Layer2ProductCard.tsx +++ b/src/components/Layer2ProductCard.tsx @@ -3,7 +3,7 @@ import { useTranslation } from "next-i18next" import { Card, CardContent, CardFooter, CardHeader } from "@/components/ui/card" -import { Button } from "./ui/buttons/Button" +import { ButtonLink } from "./ui/buttons/Button" import InlineLink from "./ui/Link" import { TwImage } from "./Image" @@ -37,7 +37,7 @@ const Layer2ProductCard = ({ const { t } = useTranslation("page-layer-2") return ( - +
@@ -101,17 +100,9 @@ const Layer2ProductCard = ({ {url && ( - + + {t("layer-2-explore")} {name} + )}