diff --git a/website/src/components/Showcase.jsx b/website/src/components/Showcase.jsx index 32940f94..2cd0317e 100644 --- a/website/src/components/Showcase.jsx +++ b/website/src/components/Showcase.jsx @@ -10,9 +10,10 @@ export function shuffleArray(array) { } return array; } +let _shuffled; export function Showcase() { - const [videos, setVideos] = useState(_videos); + const [videos, setVideos] = useState(_shuffled); return ( <>