From 9d3f918aefb0bb2da9e50cc09bf515f99a09a1a7 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Tue, 16 Jun 2026 15:45:50 +0200 Subject: [PATCH] fix(ui): scale subcompany logos dynamically to prevent overflow --- components/blocks/SubCompanyTiles.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/blocks/SubCompanyTiles.tsx b/components/blocks/SubCompanyTiles.tsx index 80392cf3a..af469161a 100644 --- a/components/blocks/SubCompanyTiles.tsx +++ b/components/blocks/SubCompanyTiles.tsx @@ -172,7 +172,7 @@ export function SubCompanyTiles(props: SubCompanyTilesProps) { {/* LOGO RENDERING */} {isEtib ? (
-
+
E-TIB Logo
{isIng && ( -
+
Ingenieurgesellschaft
)} {isVerwaltung && ( -
+
Verwaltung GmbH
)} {isBohrtechnik && ( -
+
Bohrtechnik GmbH
)}