From 013eafd7758c10ffe33ba231cf2c31171480eb07 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Thu, 2 Apr 2026 23:28:23 +0200 Subject: [PATCH] fix(hosting): fix Create Site button visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Button was invisible — likely due to bg-teal-600 not being in the Tailwind CSS purge or $icon rendering issue. Switched to bg-purple-600 (known to work) and simplified button content. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/modules/hosting/templates/hosting/admin/site-new.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/modules/hosting/templates/hosting/admin/site-new.html b/app/modules/hosting/templates/hosting/admin/site-new.html index 7949150e..ef217e10 100644 --- a/app/modules/hosting/templates/hosting/admin/site-new.html +++ b/app/modules/hosting/templates/hosting/admin/site-new.html @@ -97,9 +97,7 @@