Skip to content

Commit

Permalink
Fixed typo in dark theme import
Browse files Browse the repository at this point in the history
  • Loading branch information
sip49 authored Mar 11, 2024
1 parent 79ea3e4 commit 388edca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require("prism-react-renderer").themes.github;
const darkCodeTheme = require("prism-react-renderer").themes.draculay;
const darkCodeTheme = require("prism-react-renderer").themes.dracula;

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down

0 comments on commit 388edca

Please sign in to comment.