Remove Twitter/Github/Discord links from site footer.

Our new payment processor demanded that we remove our social media links
from the site. Removing these for compliance. It doesn't make sense, I know.
This commit is contained in:
evazion
2022-05-10 09:56:14 -05:00
parent 32d77d57ec
commit 1720246cb9

View File

@@ -186,23 +186,6 @@
/ <%= link_to "2257", usc_2257_path %>
/ <%= link_to "Upgrade", new_user_upgrade_path %>
/ <%= link_to "Contact", contact_path %>
/
<span class="social-icons">
<% 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 %>
</span>
</footer>
<% end %>