From 46be9709c270e844e0cb006e316f5c5a4fe645ca Mon Sep 17 00:00:00 2001 From: sethjuarez Date: Thu, 9 Jan 2025 22:40:22 -0800 Subject: [PATCH] corrected code style issue --- web/src/components/code.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/code.tsx b/web/src/components/code.tsx index 93912c5..f476524 100644 --- a/web/src/components/code.tsx +++ b/web/src/components/code.tsx @@ -8,7 +8,7 @@ import { } from "react-syntax-highlighter/dist/cjs/styles/prism"; import { VscCopy } from "react-icons/vsc"; import { useTheme } from "next-themes"; -import styles from "./Code.module.scss"; +import styles from "./code.module.scss"; type Props = { language: string;