diff --git a/documentation/src/theme/Root.tsx b/documentation/src/theme/Root.tsx index 94640c94..fd240f18 100644 --- a/documentation/src/theme/Root.tsx +++ b/documentation/src/theme/Root.tsx @@ -5,37 +5,41 @@ interface Props { children: ReactNode; } +const SHOW_BANNER = false; + export default function Root({ children }: Props): JSX.Element { return ( <> -
- ✨ NO KEYBOARDS ALLOWED HACKATHON✨ : build next-gen interfaces with goose and win prizes.{' '} - - Deadline Nov 14 - - . -
+ ✨ NO KEYBOARDS ALLOWED HACKATHON✨ : build next-gen interfaces with goose and win prizes.{' '} + + Deadline Nov 14 + + . + + )} {children} );