From a90863cb49fd7db88c1e3ef7e16cc419f959ca6c Mon Sep 17 00:00:00 2001 From: bohung Date: Sun, 13 Nov 2022 11:12:00 +0800 Subject: [PATCH] Fix css import bug. --- app/views/spaces/unit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spaces/unit.html.erb b/app/views/spaces/unit.html.erb index a7a3cb7..455c110 100644 --- a/app/views/spaces/unit.html.erb +++ b/app/views/spaces/unit.html.erb @@ -1,2 +1,2 @@ -<% OrbitHelper.render_css_in_head(["space-frontend.scss"]) %> +<% OrbitHelper.render_css_in_head(["space-frontend"]) %> <%= render_view %> \ No newline at end of file