nilsteampassnet / TeamPass

Collaborative Passwords Manager
https://www.teampass.net
1.66k stars 543 forks source link

Font Awesome Icons are not displayed #4396

Open gonzalodeniz opened 1 week ago

gonzalodeniz commented 1 week ago

Steps to reproduce

  1. Assign the name of an icon in an item image
  2. Save

Expected behaviour

Displayed Icon

Actual behaviour

image

image

Teampass version: 3.1.2.131

Logs

Web server error log

Nothing

Log from the web-browser developer console (CTRL + SHIFT + i)

Console: No error. Elements icons:

<h3 class="d-inline align-middle" id="card-item-label"><i class="fa-terminal mr-1"></i>My Server</h3>

CSS: image

corentin-soriano commented 17 hours ago

Tou need to add fa-solid class too: fa-solid fa-terminal image image