diff --git a/src/frontend/src/components/headerComponent/index.tsx b/src/frontend/src/components/headerComponent/index.tsx index 2200e1b39..4fc98c758 100644 --- a/src/frontend/src/components/headerComponent/index.tsx +++ b/src/frontend/src/components/headerComponent/index.tsx @@ -31,9 +31,24 @@ export default function Header() { return (
- - ⛓️ - + {tabId === "" || !tabId ? ( +
+ + ⛓️ + join the waitlist + +
+ ) : ( + + ⛓️ + + )} + {flows.findIndex((f) => tabId === f.id) !== -1 && tabId !== "" && ( )} @@ -64,7 +79,7 @@ export default function Header() {
- ⛓️ join the waitlist - + */}