ACME 0.8_1 font awsome issue
-
The font awesome icons are broken in the configuration section of the ACME 0.8_1 package. It looks like the CSS class that describes the icon does not include the "fa" class,
For example:
<i class='fa-solid fa-regular fa-clone' title='clone'></i>
should be:
<i class='fa fa-solid fa-regular fa-clone' title='clone'></i>