Skip to content

Commit f176255

Browse files
committed
Add exception for Rails.env.wasm?
1 parent 237400a commit f176255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<%= render "application/analytics" %>
2828
<%= render "application/config" %>
2929
<%= render "application/theme/color" unless Rails.env.wasm? %>
30-
<%= render "application/theme/code" %>
30+
<%= render "application/theme/code" unless Rails.env.wasm? %>
3131
<%= render "darkmode/setup" %>
3232

3333
<!--

0 commit comments

Comments
 (0)