diff --git a/README.md b/README.md index 7ff51f1..b2cdfcf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Website ## TODO -- Remove jank to get the image component to work - Add rss meta tag once it's implemented - Update images in showcase diff --git a/locales/en_US.json b/locales/en_US.json index 4ace5d4..55f3bdc 100644 --- a/locales/en_US.json +++ b/locales/en_US.json @@ -18,7 +18,8 @@ "about": "About the project", "faq": "Frequently asked questions", "blog": "Our latest updates, condensed", - "progress": "Check the project progress and goals" + "progress": "Check the project progress and goals", + "donate": "Gain cool perks by supporting the project" } } }, diff --git a/src/components/Header/HeaderDropdowns/HeaderDropdown2.tsx b/src/components/Header/HeaderDropdowns/HeaderDropdown2.tsx index cad4a79..11ab2d8 100644 --- a/src/components/Header/HeaderDropdowns/HeaderDropdown2.tsx +++ b/src/components/Header/HeaderDropdowns/HeaderDropdown2.tsx @@ -36,7 +36,7 @@ export default function HeaderDropdown2({ locale, mobile }: { locale: any; mobil
💜
{/* TODO: add better caption to locale */} +{locale.nav.dropdown.captions.donate}