You need to sign in or sign up before continuing.
fix(frontend/Home): fix console error related to invalid DOM nesting
Having a `Markdown` (`div`) element nested inside of a `Typography` (`p`) element is invalid HTML. By using `span` for `Markdown` instead makes it valid HTML. Fixes #312
Loading
Please register or sign in to comment