Skip to content

Commit

Permalink
run link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed May 26, 2024
1 parent 86ca361 commit f1772d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
label: 'MOs Visualizer',
icon: molIcon,
execute: () => {
let theme: string = 'dark';
let theme = 'dark';
if (themeManager.theme?.toLowerCase().includes('light')) {
theme = 'light';
} else {
Expand Down

0 comments on commit f1772d7

Please sign in to comment.