Survey Plugin (Experimental) - Issue with Font Awesome 6 unchecked icons

Related to the Discourse Surveys Experimental Plugin

I think that this is related to the upgrade to Font Awesome 6, where checked icons do not render:

When I look in the code, this seems to have been addressed:

However, in the rendered HTML we have the old icon (which no longer exists):

<svg class="fa d-icon d-icon-far-check-circle svg-icon svg-node" aria-hidden="true"><use xlink:href="#far-check-circle"></use></svg>

I think I fixed the icon names in this week’s rewrite. Could you try updating, and see if the problem persists?

1 Like

Yup - you are absolutely correct! I was just updating it to check that (after seeing the code updates).

Works a treat now:

1 Like