We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e729ca + 3ba269a commit b1652d1Copy full SHA for b1652d1
client/modules/About/pages/About.jsx
@@ -52,7 +52,7 @@ const About = () => {
52
53
const p5version = useSelector((state) => {
54
const index = state.files.find((file) => file.name === 'index.html');
55
- return index?.content.match(/\/p5\.js\/([\d.]+)\//)?.[1];
+ return index?.content.match(/\/p5@([\d.]+)\//)?.[1];
56
});
57
58
return (
0 commit comments