summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2018-07-22 18:30:26 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2018-07-22 18:30:26 -0400
commita363862d38b1a1ec27e200669e2c8c403caa3f05 (patch)
treed42b7b142550d534da3fad3c1f50456cc9283fcc
parent9b3ae8b399e1e152cf4a6dfd2357120f04213b60 (diff)
Added Discord link to footer.
-rw-r--r--app/assets/images/discord.pngbin0 -> 315 bytes
-rw-r--r--app/views/layouts/_footer.html.erb4
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/images/discord.png b/app/assets/images/discord.png
new file mode 100644
index 0000000..3b0c668
--- /dev/null
+++ b/app/assets/images/discord.png
Binary files differ
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index cc2b2fd..e6ad78f 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -17,8 +17,8 @@
<%= link_to "https://mstdn.io/@RedstonerServer", title: "Redstoner on Mastodon" do %>
Mastodon <%= image_tag("mastodon.png") %>
<% end %> |
- <%= link_to "http://rdstnr4biap5nao2.onion", title: "Redstoner over Tor" do %>
- Onion Service <%= image_tag("tor.png") %>
+ <%= link_to "https://discord.gg/QjfcPEJ", title: "Redstoner's Official Discord" do %>
+ Discord <%= image_tag("discord.png") %>
<% end %>
<% if current_user %>
| <%= link_to "/slack/?" + {mail: current_user.try(:email)}.to_param do %>