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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3422793-email-issue.patch | 445 bytes | rajas samse |
Issue fork social_link_field-3422793
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
adriancidComment #4
rajas samse commentedI am working on this issue. Any guidance?
Comment #5
rajas samse commentedResolved issues please review
Comment #7
adriancid