diff --git a/apps/nextjs/src/app/(app)/layout.tsx b/apps/nextjs/src/app/(app)/layout.tsx index ac9d66fa..0bbe39c5 100644 --- a/apps/nextjs/src/app/(app)/layout.tsx +++ b/apps/nextjs/src/app/(app)/layout.tsx @@ -68,16 +68,16 @@ export default function Layout(props: { children: React.ReactNode }) {
{props.children} + {isEnabled && ( + + Draft mode ({cookies().get("ks-branch")?.value}){" "} +
+ +
+
+ )} + {isEnabled.toString()}
- {isEnabled && ( - - Draft mode ({cookies().get("ks-branch")?.value}){" "} -
- -
-
- )} - {isEnabled.toString()}