Skip to content

Commit 31650e4

Browse files
committed
allow svg tag
1 parent 7a511e0 commit 31650e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/MarketingBanner/components/MarketingBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const MarketingBanner = () => {
107107
dangerouslySetInnerHTML={{
108108
__html: DOMPurify.sanitize(currentCampaign.htmlContent, {
109109
ADD_ATTR: ['target'],
110-
USE_PROFILES: { html: true },
110+
USE_PROFILES: { html: true, svg: true },
111111
}),
112112
}}
113113
/>

0 commit comments

Comments
 (0)