From 5016f2e2f3aba49f0dd0ebc547400eec83d46b0d Mon Sep 17 00:00:00 2001 From: justin Date: Mon, 27 Apr 2026 07:43:23 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20Get=20Started=20button=20color=20?= =?UTF-8?q?=E2=80=94=20use=20inline=20style=20instead=20of=20Tailwind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tailwind purges bg-orange-500 since it's not in the safelist. Use inline style to guarantee the orange button renders. Co-Authored-By: Claude Opus 4.6 (1M context) --- site/src/pages/tools/fcc-compliance-check.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/pages/tools/fcc-compliance-check.astro b/site/src/pages/tools/fcc-compliance-check.astro index e216834..68d1a28 100644 --- a/site/src/pages/tools/fcc-compliance-check.astro +++ b/site/src/pages/tools/fcc-compliance-check.astro @@ -521,7 +521,7 @@ import Base from "../../layouts/Base.astro"; html += ``; html += `
`; html += ``;