diff --git a/app/_components/Header.tsx b/app/_components/Header.tsx index 5e1b213..b71c16a 100644 --- a/app/_components/Header.tsx +++ b/app/_components/Header.tsx @@ -8,12 +8,9 @@ export default function Header({ action }: { action: 'start' | 'stop' }) { return (
- + {canStop ? 'Stop' : 'Start'} slideshow - +
); }