Skip to content

Commit

Permalink
Add a YouTube icon to the header.
Browse files Browse the repository at this point in the history
Fixes #4579.
  • Loading branch information
timreyn authored and jonatanklosko committed Sep 7, 2019
1 parent 31f7964 commit e30490f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WcaOnRails/app/views/layouts/_navigation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<%= link_to(icon("fab", "reddit"), "https://www.reddit.com/r/TheWCAOfficial/", target: "_blank", class: "hide-new-window-icon") %>
<%= link_to(icon("fab", "twitch"), "https://www.twitch.tv/worldcubeassociation/", target: "_blank", class: "hide-new-window-icon") %>
<%= link_to(icon("fab", "weibo"), "https://www.weibo.com/theWCA/", target: "_blank", class: "hide-new-window-icon") %>
<%= link_to(icon("fab", "youtube"), "https://www.youtube.com/channel/UC5OUMUnS8PvY1RvtB1pQZ0g", target: "_blank", class: "hide-new-window-icon") %>
</span>
</div>
<div class="navbar-header">
Expand Down

0 comments on commit e30490f

Please sign in to comment.