From 22aae227a5e260d84e207fd3fe19a92f2209a143 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 31 Aug 2026 10:26:45 +0200 Subject: [PATCH] fix(website): fix sponsor banner truncation on mobile Replace truncated "Sustained by sponsors" text with "Sponsors" on mobile to prevent text overflow. Desktop keeps the full string. Co-Authored-By: Claude Sonnet 4.6 --- website/src/app/pages/landing/landing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/app/pages/landing/landing.html b/website/src/app/pages/landing/landing.html index f7e717305..aa95a8d74 100644 --- a/website/src/app/pages/landing/landing.html +++ b/website/src/app/pages/landing/landing.html @@ -12,8 +12,8 @@
-
- Sustained by sponsors +
+ Sponsors @if (sponsors().length > 0) { @for (sponsor of sponsors(); track sponsor.login) {