diff --git a/app/controllers/whats_new_controller.rb b/app/controllers/whats_new_controller.rb index 1861d7ae7..439393b90 100644 --- a/app/controllers/whats_new_controller.rb +++ b/app/controllers/whats_new_controller.rb @@ -1,4 +1,4 @@ class WhatsNewController < ApplicationController - layout "application" # using design system + layout "design_system" def index; end end diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/design_system.html.erb similarity index 100% rename from app/views/layouts/application.html.erb rename to app/views/layouts/design_system.html.erb