Enhance UI with section headers and descriptions for Archived Tasks, Labels, Settings, Things, User Activities, and update NavBar
This commit is contained in:
@@ -26,7 +26,6 @@ import { useEffect, useState } from 'react'
|
||||
import { useLocation, useNavigate } from 'react-router-dom'
|
||||
import { version } from '../../../package.json'
|
||||
import UserProfileAvatar from '../../components/UserProfileAvatar'
|
||||
import ThemeToggleButton from '../Settings/ThemeToggleButton'
|
||||
import NavBarLink from './NavBarLink'
|
||||
const links = [
|
||||
{
|
||||
@@ -167,7 +166,7 @@ const NavBar = () => {
|
||||
<Box className='flex-1' />
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
|
||||
<UserProfileAvatar />
|
||||
<ThemeToggleButton />
|
||||
{/* <ThemeToggleButton /> */}
|
||||
</Box>
|
||||
<Drawer
|
||||
open={drawerOpen}
|
||||
|
||||
Reference in New Issue
Block a user