You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The site I'm working on has a fairly destinct button style, which requires the text to be wrapped in a . For example <button><span>Delete Comment</span></button>
I've tried to insert the spans using the existing functions for replacing button text but they're just getting added as text rather than HTML.
Can you point me towards a function that would enable this :)
The text was updated successfully, but these errors were encountered:
Hey!
The site I'm working on has a fairly destinct button style, which requires the text to be wrapped in a . For example
<button><span>Delete Comment</span></button>
I've tried to insert the spans using the existing functions for replacing button text but they're just getting added as text rather than HTML.
Can you point me towards a function that would enable this :)
The text was updated successfully, but these errors were encountered: