Email icon has wrong font awesome class

Created on 21 February 2024, about 1 year ago
Updated 28 March 2024, 11 months ago

Problem/Motivation

The email icon is not appearing. The icon code <i class="fab fa-envelope-o"></i> uses an outdated icon name "fa-envelope-o" from the version 4 set. But it also uses the "fab" (fa-brands) class which is set universally. The actual envelope icon uses either the fa-solid (fas) class or the fa-regular (far) class in both versions 5 and 6.

Steps to reproduce

Add an email link option and add a value for a field instance. The icon does not appear.

Proposed resolution

I'm not sure. Make an exception for the email link and load a different class?

Remaining tasks

User interface changes

API changes

Data model changes

๐Ÿ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States tommyk

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024