Skip to content

Commit d05b5ee

Browse files
Re-enable auto-darkmode in /admin (#4250)
1 parent 2ce9082 commit d05b5ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/views/layouts/admin.html.erb

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
<%= javascript_import_module_tag "bootstrap" %>
3737
<%= yield(:head) %>
3838

39-
<% if Current.theme == '2025' %>
40-
<%= render 'layouts/auto_dark_mode' %>
41-
<% end %>
39+
<%= render 'layouts/2025/auto_dark_mode' %>
4240
</head>
4341

4442
<body id="<%= body_id %>">

0 commit comments

Comments
 (0)