Feat add task (#644)

* Add icon

* fixup! Add icon
This commit is contained in:
Chris 2025-12-03 22:52:32 +02:00 committed by GitHub
parent 0917c9e6f0
commit aceca82e50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 7 deletions

View file

@ -74,6 +74,7 @@ const Sidebar: React.FC<SidebarProps> = ({
handleNavClick={handleNavClick}
location={location}
isDarkMode={isDarkMode}
openTaskModal={openTaskModal}
/>
<SidebarProjects
handleNavClick={handleNavClick}