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

@ -12,7 +12,7 @@
.thumbnail
- unless lodging.picture?
%p.text-center
%i.fa.fa-home.fa-5x
%i.fa-solid.fa-house.fa-5x
- else
- if lodging.website_link.present?
= link_to(lodging.website_link, class: 'thumbnail') do