Skip to content

Commit

Permalink
Merge pull request #162 from microsoft/sethjuarez/web
Browse files Browse the repository at this point in the history
style correction
  • Loading branch information
sethjuarez authored Jan 10, 2025
2 parents be01d3c + 46be970 commit 813b003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 813b003

Please sign in to comment.