diff --git a/src/components/Layout/ReleaseBanner/index.tsx b/src/components/Layout/ReleaseBanner/index.tsx index 1a157a04..8b8a60fd 100644 --- a/src/components/Layout/ReleaseBanner/index.tsx +++ b/src/components/Layout/ReleaseBanner/index.tsx @@ -9,10 +9,9 @@ import { interface ReleaseBanner { theme: 'dark' | 'light'; - href: string; } -const ReleaseBanner = ({ theme = 'dark', href }) => { +const ReleaseBanner = ({ theme = 'dark' }) => { return (
{ )} >
- + A Step Ahead

Explore Estuary's powerful compliance solutions diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 6b68fb32..321d2eaa 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -25,9 +25,7 @@ const Layout = ({

- {showReleaseBanner ? ( - - ) : null} + {showReleaseBanner ? : null} {children}