diff --git a/client/modules/About/pages/About.jsx b/client/modules/About/pages/About.jsx index ab069f5812..40a8852333 100644 --- a/client/modules/About/pages/About.jsx +++ b/client/modules/About/pages/About.jsx @@ -52,7 +52,7 @@ const About = () => { const p5version = useSelector((state) => { const index = state.files.find((file) => file.name === 'index.html'); - return index?.content.match(/\/p5\.js\/([\d.]+)\//)?.[1]; + return index?.content.match(/\/p5@([\d.]+)\//)?.[1]; }); return (