Conversation
There was a problem hiding this comment.
★★☆☆☆
The CSS change for site title contrast looks good, but the MDX file contains debug text that appears to be unintended.
packages/web/src/content/docs/docs/index.mdx:6 - Added debug text "qwewqewq." to the introduction paragraph that should not be committed to production documentation.
There was a problem hiding this comment.
★★☆☆☆
While the CSS change for site title contrast is correct, the MDX file still contains debug text that must be removed before merging.
Note: In addition to the already-flagged "qwewqewq." on line 6, there's a second instance of debug text "asdsadsa." on line 14 that also needs to be removed.
packages/web/src/content/docs/docs/index.mdx:14 - Added debug text "asdsadsa." to the first bullet point in the "What Kompass is" section that should not be committed.
Reply to addressed PR review threads