-
-
⛓️
-
+ {tabId === "" || !tabId ? (
+
+ ) : (
+
+
⛓️
+
+ )}
+
{flows.findIndex((f) => tabId === f.id) !== -1 && tabId !== "" && (
)}
diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css
index 0281df7c2..34f0f6732 100644
--- a/src/frontend/src/style/applies.css
+++ b/src/frontend/src/style/applies.css
@@ -495,6 +495,12 @@
.header-github-link-box {
@apply inline-flex h-9 items-center justify-center rounded-md border border-input px-3 pr-0 shadow-sm;
}
+ .header-waitlist-link-box {
+ @apply inline-flex h-9 items-center justify-center rounded-md border border-input px-2 shadow-sm text-sm font-medium text-muted-foreground ring-offset-background disabled:pointer-events-none disabled:opacity-50 whitespace-nowrap;
+ }
+ .header-waitlist-link-box:hover {
+ @apply hover:bg-accent hover:text-accent-foreground;
+ }
.header-github-link {
@apply header-github-link-box text-sm font-medium text-muted-foreground ring-offset-background disabled:pointer-events-none disabled:opacity-50;
}