Skip to content

Commit

Permalink
reenable logo
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Oct 24, 2023
1 parent 0a475a7 commit 8f05f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const App: React.FC = () => {
return (
<div className={`app ${theme}-theme`}>
<div className='nav'>
{/* <Logo className='logo' /> */}
<Logo className='logo' />
<div className={'menu dropdown' + (navOpen ? '' : ' hidden')}>
<Examples loadFromUrl={loadFromUrl} />
<Settings closeNav={closeNav} theme={theme} setTheme={setTheme}/>
Expand Down

0 comments on commit 8f05f02

Please sign in to comment.