|
@@ -243,7 +243,7 @@ export default function MainApp() {
|
|
|
type="button"
|
|
type="button"
|
|
|
aria-label="All Hands Logo"
|
|
aria-label="All Hands Logo"
|
|
|
onClick={() => {
|
|
onClick={() => {
|
|
|
- if (location.pathname === "/app")
|
|
|
|
|
|
|
+ if (location.pathname.startsWith("/app"))
|
|
|
setStartNewProjectModalIsOpen(true);
|
|
setStartNewProjectModalIsOpen(true);
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|