From 2a49e3d30f20c6620647b289477cecd535a7f90f Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Fri, 3 Apr 2026 17:57:55 +0200 Subject: [PATCH] fix(hosting): fix Build POC button visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same issue as Create Site button — bg-teal-600 not in Tailwind purge. Switched to bg-purple-600 and removed $icon('sparkles') which may not exist in the icon set. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../hosting/templates/hosting/admin/site-detail.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/modules/hosting/templates/hosting/admin/site-detail.html b/app/modules/hosting/templates/hosting/admin/site-detail.html index 88bb00cd..9cd1a104 100644 --- a/app/modules/hosting/templates/hosting/admin/site-detail.html +++ b/app/modules/hosting/templates/hosting/admin/site-detail.html @@ -45,7 +45,7 @@