diff --git a/app/[locale]/bug-bounty/page.tsx b/app/[locale]/bug-bounty/page.tsx
index 09056a63b56..4f4ca1977bb 100644
--- a/app/[locale]/bug-bounty/page.tsx
+++ b/app/[locale]/bug-bounty/page.tsx
@@ -280,7 +280,7 @@ export default async function Page(props: { params: Promise }) {
{t("page-upgrades-bug-bounty-subtitle")}
-
+
{t("page-upgrades-bug-bounty-submit")}
@@ -387,7 +387,7 @@ export default async function Page(props: { params: Promise }) {
{t.rich("page-upgrades-bug-bounty-validity-desc", {
a: (chunks) => (
-
+
{chunks}
),
diff --git a/src/components/BugBountyCards.tsx b/src/components/BugBountyCards.tsx
index 8107272fbaa..c678399e9ae 100644
--- a/src/components/BugBountyCards.tsx
+++ b/src/components/BugBountyCards.tsx
@@ -122,7 +122,7 @@ const BugBountyCards = () => {
{t(card.subDescriptionTranslationId)}
-
+
{t(card.styledButtonTranslationId)}