From 25434c689870b0cfac988866bfb19fed42571ece Mon Sep 17 00:00:00 2001 From: Brian Manifold Date: Sun, 15 Jun 2025 08:31:45 -0700 Subject: [PATCH] fix(portal): update non-root layout to use main.css (#9533) After updating the CSS config to use `main.css` in the portal the root layout was updated, but there were a small number of one-off templates that do not use the root layout and those pages were not updated with the new `main.css` file. This commit updates those non-root templates. Fixes #9532 --- .../apps/web/lib/web/controllers/error_html/404.html.heex | 6 ++++++ .../apps/web/lib/web/controllers/error_html/500.html.heex | 6 ++++++ elixir/apps/web/lib/web/controllers/sign_in_html.ex | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/elixir/apps/web/lib/web/controllers/error_html/404.html.heex b/elixir/apps/web/lib/web/controllers/error_html/404.html.heex index a3315e3b1..afe6dd8bd 100644 --- a/elixir/apps/web/lib/web/controllers/error_html/404.html.heex +++ b/elixir/apps/web/lib/web/controllers/error_html/404.html.heex @@ -17,6 +17,12 @@ nonce={@conn.private.csp_nonce} href={~p"/assets/app.css"} /> +