Add fontawesome incons to simple sign in [SCI-6791] (#4166)

Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
aignatov-bio 2022-06-21 13:07:33 +02:00 committed by GitHub
parent a4ff347d6e
commit f94f0d2a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
<%= favicon_link_tag "favicon-16.png", type: "image/png", size: "16x16" %>
<%= favicon_link_tag "favicon-32.png", type: "image/png", size: "32x32" %>
<%= favicon_link_tag "favicon-48.png", type: "image/png", size: "48x48" %>
<%= stylesheet_pack_tag 'fontawesome' %>
<%= csrf_meta_tags %>
</head>