Skip to content

Commit ea686a8

Browse files
committed
remove dark mode button
1 parent ca21da1 commit ea686a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/components/top/NavBarButtons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ function navbarDropDown(props) {
362362
</svg>
363363
</button>
364364
{/* {<ExportButton />} */}
365-
365+
{/*
366366
<button onClick={handleDarkModeToggle}>
367367
{isDarkMode ? 'Light' : 'Dark'} Mode {switchDark}
368-
</button>
368+
</button> */}
369369
{state.isLoggedIn && (
370370
<button onClick={handleClick}>
371371
Manage Project

0 commit comments

Comments
 (0)