diff --git a/.all-contributorsrc b/.all-contributorsrc index 161933bc867..15d31afc36a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -11267,7 +11267,7 @@ "login": "konopkja", "name": "Jakub", "avatar_url": "https://avatars.githubusercontent.com/u/100724231?v=4", - "profile": "http://ethereum.org", + "profile": "https://ethereum.org", "contributions": [ "doc", "content", @@ -13115,6 +13115,15 @@ "contributions": [ "maintenance" ] + }, + { + "login": "haouvw", + "name": "haouvw", + "avatar_url": "https://avatars.githubusercontent.com/u/171421479?v=4", + "profile": "https://github.com/haouvw", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4e4d7936c20..f5bd332ee7d 100644 --- a/README.md +++ b/README.md @@ -1778,7 +1778,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d enjoyooor
enjoyooor

💻 - Jakub
Jakub

📖 🖋 🎨 + Jakub
Jakub

📖 🖋 🎨 Yusuf Musleh
Yusuf Musleh

🖋 acceptacross
acceptacross

📖 Pierre Delagrave
Pierre Delagrave

🐛 @@ -2039,6 +2039,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Abel Derderian
Abel Derderian

🚧 + haouvw
haouvw

🐛 diff --git a/app/[locale]/10years/_components/NFTMintCard/index.tsx b/app/[locale]/10years/_components/NFTMintCard/index.tsx index 9368b8a2246..72a881597d6 100644 --- a/app/[locale]/10years/_components/NFTMintCard/index.tsx +++ b/app/[locale]/10years/_components/NFTMintCard/index.tsx @@ -1,3 +1,5 @@ +import { useTranslations } from "next-intl" + import { Alert, AlertContent, AlertTitle } from "@/components/ui/alert" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" @@ -10,6 +12,8 @@ interface NFTMintCardProps { } const NFTMintCard = ({ className }: NFTMintCardProps) => { + const t = useTranslations("page-10-year-anniversary") + return ( {