diff --git a/app/views/pages/badges.html.erb b/app/views/pages/badges.html.erb index cd107ba20..fd93eae14 100644 --- a/app/views/pages/badges.html.erb +++ b/app/views/pages/badges.html.erb @@ -56,7 +56,7 @@
<a href="https://dev.to/<%= current_user.username %>">
- <img class="fa fa-dev-to" alt="<%= current_user.username %>'s DEV Profile" />
+ <i class="fab fa-dev" title="<%= current_user.username %>'s DEV Profile"></i>
</a>