Skip to content

Commit

Permalink
Removing random text
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanyoung-dev committed May 18, 2024
1 parent ca539b9 commit 856926e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/ui/RenderMarkdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const RenderMarkdown: FC<RenderMarkdownProps> = ({ children }) => {
const codeStyle = colorMode === 'dark' ? coy : atomDark;
return !inline && match ? (
<Box my="4" borderRadius="0">
{className}
<SyntaxHighlighter
borderRadius={0}
style={codeStyle}
Expand Down

0 comments on commit 856926e

Please sign in to comment.