This commit is contained in:
Jake Kasper
2025-09-02 10:02:21 -05:00
parent 4e8ded0750
commit e7b609af2b
3 changed files with 227 additions and 50 deletions

View File

@@ -24,6 +24,7 @@ import {
ClockIcon as ClockIconSolid,
CloudIcon as CloudIconSolid,
} from '@heroicons/react/24/solid';
import { GrassIconOutline, GrassIconSolid } from '../Icons/GrassIcon';
import { useAuth } from '../../hooks/useAuth';
import LoadingSpinner from '../UI/LoadingSpinner';
@@ -68,8 +69,8 @@ const Layout = ({ children }) => {
{
name: 'Mowing',
href: '/mowing',
icon: ClockIcon,
iconSolid: ClockIconSolid,
icon: GrassIconOutline,
iconSolid: GrassIconSolid,
},
{
name: 'History',