diff --git a/app/views/layouts/public_dashboard.html.erb b/app/views/layouts/public_dashboard.html.erb index 446cec4..fb19445 100644 --- a/app/views/layouts/public_dashboard.html.erb +++ b/app/views/layouts/public_dashboard.html.erb @@ -1,5 +1,5 @@ - + <%= favicon_link_tag "favicons/favicon.ico" %> <%= yield :title %> @@ -15,13 +15,6 @@ - - - - - - - <% if @has_new_dashboard %> <%= stylesheet_link_tag 'deep_insights_new', 'common_new', 'public_dashboard_new' %>