Skip to content

Commit

Permalink
Re-enable auto-darkmode in /admin (#4250)
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge authored Jan 17, 2025
1 parent 2ce9082 commit d05b5ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/layouts/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
<%= javascript_import_module_tag "bootstrap" %>
<%= yield(:head) %>

<% if Current.theme == '2025' %>
<%= render 'layouts/auto_dark_mode' %>
<% end %>
<%= render 'layouts/2025/auto_dark_mode' %>
</head>

<body id="<%= body_id %>">
Expand Down

0 comments on commit d05b5ee

Please sign in to comment.