diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 70ab34390..03a5a5e09 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -186,23 +186,6 @@ / <%= link_to "2257", usc_2257_path %> / <%= link_to "Upgrade", new_user_upgrade_path %> / <%= link_to "Contact", contact_path %> - / - - <% if Danbooru.config.source_code_url.present? %> - <%= link_to Danbooru.config.source_code_url, title: "Running commit: #{Rails.application.config.x.git_hash&.first(9)}", class: "social-icon" do %> - <%= github_icon %> - <% end %> - <% end %> - <% if Danbooru.config.twitter_username.present? %> - <%= link_to "https://twitter.com/#{Danbooru.config.twitter_username}", class: "social-icon" do %> - <%= twitter_icon %> - <% end %> - <% end %> - <% if Danbooru.config.discord_server_url.present? %> - <%= link_to Danbooru.config.discord_server_url, class: "social-icon" do %> - <%= discord_icon %> - <% end %> - <% end %> <% end %>