From 3708e2448191776f4dd9b206268f872eb9ba81e0 Mon Sep 17 00:00:00 2001 From: Fredrik Date: Tue, 12 May 2026 13:16:21 +0200 Subject: [PATCH 1/2] Replace bug bounty submission link --- app/[locale]/bug-bounty/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} ), From be0b1a9f4002a4f990de0e52c2951cf142fc883f Mon Sep 17 00:00:00 2001 From: Fredrik Date: Tue, 12 May 2026 13:19:17 +0200 Subject: [PATCH 2/2] Replace bbp-form in BugBountyCards.tsx --- src/components/BugBountyCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}