From 241c97e34612fb3c1d15519c3647fc00fc5b3fc3 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 15 Jun 2026 16:34:50 +0200 Subject: [PATCH] feat(ui): refine EU badge into subtle triangular corner fade with text --- components/decorations/EUFundingBadge.tsx | 35 ++++++++++++++++------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/components/decorations/EUFundingBadge.tsx b/components/decorations/EUFundingBadge.tsx index b4e67a015..6132d35af 100644 --- a/components/decorations/EUFundingBadge.tsx +++ b/components/decorations/EUFundingBadge.tsx @@ -8,20 +8,33 @@ export function EUFundingBadge() { - European Union Background + {/* Background Flag with Scaling to fill the corner */} +
+ European Union Background +
+ + {/* Text overlaid on the flag */} +
+ + Kofinanziert von der + + + Europäischen Union + +
); }