July 25, 2019
Styling out TAP "thoughts" landing page.
CON meeting walking through Pardot landing page, adding IDs for in-page links.
Weird issue on SBX React app with HTML from the CMS, it was adding via dangerouslySetInnerHTML extra quotes like...
<span class="my-class"> -> <span class=""my-class"">
<!-- so we just put this in the CMS -->
<span class=my-class>
and it worked. Something about our URL encoding probably, but haven't had this issue before.