Skip to content

Commit

Permalink
ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Sep 10, 2024
1 parent 734eb8a commit f9a320a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/playground/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function ProjectDetailsComponent({ project }) {
const match = /language-(\w+)/.exec(className || "");
return !inline && match ? (
<SyntaxHighlighter
// @ts-ignore
style={tomorrow}
language={match[1]}
PreTag="div"
Expand Down

0 comments on commit f9a320a

Please sign in to comment.