We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca21da1 commit ea686a8Copy full SHA for ea686a8
app/src/components/top/NavBarButtons.tsx
@@ -362,10 +362,10 @@ function navbarDropDown(props) {
362
</svg>
363
</button>
364
{/* {<ExportButton />} */}
365
-
+{/*
366
<button onClick={handleDarkModeToggle}>
367
{isDarkMode ? 'Light' : 'Dark'} Mode {switchDark}
368
- </button>
+ </button> */}
369
{state.isLoggedIn && (
370
<button onClick={handleClick}>
371
Manage Project
0 commit comments