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.
1 parent 8b2e3df commit 21145ffCopy full SHA for 21145ff
client/modules/IDE/hooks/useWhatPage.js
@@ -22,7 +22,7 @@ const useWhatPage = () => {
22
else if (pathname === '/account') return 'account';
23
else if (pathname === '/p5/collections' || pathname === '/p5/sketches')
24
return 'examples';
25
- return projectName;
+ return 'home';
26
}, [pathname, username]);
27
28
return pageName;
0 commit comments