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 + +
); }