From 01a334735f8cac28d315f4abcd11c6322817b782 Mon Sep 17 00:00:00 2001 From: Tomas Zemanovic Date: Fri, 7 Dec 2018 16:33:07 +0100 Subject: [PATCH] Update badges.html.erb (#1266) updated the Font Awesome badge accordingly to their page --- app/views/pages/badges.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>