This commit is contained in:
Jake Kasper
2025-09-02 09:18:41 -05:00
parent 90af8fab02
commit f29876b041
8 changed files with 389 additions and 4 deletions

View File

@@ -65,6 +65,12 @@ const Layout = ({ children }) => {
icon: CalendarDaysIcon,
iconSolid: CalendarIconSolid,
},
{
name: 'Mowing',
href: '/mowing',
icon: ClockIcon,
iconSolid: ClockIconSolid,
},
{
name: 'History',
href: '/history',
@@ -343,4 +349,4 @@ const Layout = ({ children }) => {
);
};
export default Layout;
export default Layout;