From 73bd8716a326769bee5360af5f1fce8502ba8fd3 Mon Sep 17 00:00:00 2001 From: Sandino Scheidegger Date: Sun, 5 Jan 2025 01:06:00 +0100 Subject: [PATCH] Yellow on a white background was hard to read, so it has been changed to the secondary color (red). --- .../app/[lang]/[region]/(website)/campaign/[campaign]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/app/[lang]/[region]/(website)/campaign/[campaign]/page.tsx b/website/src/app/[lang]/[region]/(website)/campaign/[campaign]/page.tsx index a47d7c066..ec209e8ec 100644 --- a/website/src/app/[lang]/[region]/(website)/campaign/[campaign]/page.tsx +++ b/website/src/app/[lang]/[region]/(website)/campaign/[campaign]/page.tsx @@ -119,7 +119,7 @@ export default async function Page({ params }: CampaignPageProps) {
{!campaign.goal && (
- + {translator?.t('campaign.without-goal.collected', { context: { count: contributions,