Closed ICEREG1992 closed 2 months ago
The text in the buttons is currently read in as sanitized text, so html tags like b or i don't work.
Some buttons in real BSB use formatting.
I think just de-sanitizing the angle brackets will fix this.
Addressed with latest commit-- we use html-react-parser to accomplish this.
html-react-parser
Describe the addition
The text in the buttons is currently read in as sanitized text, so html tags like b or i don't work.
Context
Some buttons in real BSB use formatting.
Proposed Solution
I think just de-sanitizing the angle brackets will fix this.