Migrate to fontawesome 6

This commit is contained in:
Sasi Olin 2022-05-18 06:31:12 +02:00
parent a79e9ee993
commit d31233c033
63 changed files with 153 additions and 268 deletions

View file

@ -8,15 +8,15 @@
%ul.nav.nav-tabs#commentsTable
%li.active
%a{ href: '#unread_comments', 'data-toggle' => 'tab' }
%span.fa.fa-comment
%span.fa-solid.fa-comment
Unread
%li
%a{ href: '#posted_comments', 'data-toggle' => 'tab' }
%span.fa.fa-pencil
%span.fa-solid.fa-pencil
Posted
%li
%a{ href: '#all_comments', 'data-toggle' => 'tab' }
%span.fa.fa-comments-o
%span.fa-solid.fa-comments
All
.tab-content
.tab-pane.active#unread_comments