Skip to content

Commit

Permalink
fixie
Browse files Browse the repository at this point in the history
  • Loading branch information
actualwitch committed Feb 11, 2025
1 parent 3b1c72f commit 986d9d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/feature/ui/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ export function Code({ language, value }: { language?: string; value?: ReactNode
}
return (
<pre>
<code>{value}</code>
<Container>
<code>{value}</code>
</Container>
</pre>
);
}
Expand Down

0 comments on commit 986d9d5

Please sign in to comment.