diff --git a/01-frontend/src/pages/Product.tsx b/01-frontend/src/pages/Product.tsx index 8cdef76..808d5b5 100644 --- a/01-frontend/src/pages/Product.tsx +++ b/01-frontend/src/pages/Product.tsx @@ -17,7 +17,7 @@ export default function Product() { const location = useLocation(); const item = location.state?.item as Item; const navigate = useNavigate(); - const theme = useTheme(); // 🌗 Zugriff auf das aktive Theme + const theme = useTheme(); // Zugriff auf das aktive Theme const handleGoHome = () => { navigate("/");