Skip to content

Commit

Permalink
Updated the social media icons to use to increase compatibility with …
Browse files Browse the repository at this point in the history
…all browsers. (#2348)
  • Loading branch information
jmphilips authored and jywarren committed Feb 16, 2018
1 parent 2a669cf commit 0a29154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
<% end %>

<div style="text-align: -webkit-center;">
<div style="text-align: center;">
<% if @twitter.nil? == false %>
<a href="<%= @twitter %>" >
<i class="fa fa-twitter fa-3x" aria-hidden="true"></i>
Expand Down

0 comments on commit 0a29154

Please sign in to comment.