Skip to content

Commit

Permalink
change ts preset code
Browse files Browse the repository at this point in the history
  • Loading branch information
vdawg-git committed Oct 27, 2024
1 parent 69d13e7 commit 94f9969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/state/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const a = 1 + 1
// with the loaded themes and languages.
const code = highlighter.codeToHtml('const a = 1', {
lang: 'javascript',
theme: 'nord'
theme: 'catppuccin-mocha',
})
const buttonVariants = tv({
Expand Down

0 comments on commit 94f9969

Please sign in to comment.