From 1c22cc5ae6a029e6e666564eb5939402ced8068f Mon Sep 17 00:00:00 2001 From: alecks <0xalecks@gmail.com> Date: Fri, 20 Oct 2023 12:28:24 -0400 Subject: [PATCH] ui: fix banner --- projects/ui/src/components/Nav/Banner.tsx | 4 ++-- projects/ui/src/hooks/app/useBanner.tsx | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/projects/ui/src/components/Nav/Banner.tsx b/projects/ui/src/components/Nav/Banner.tsx index f055aa2b78..07d40d74ee 100644 --- a/projects/ui/src/components/Nav/Banner.tsx +++ b/projects/ui/src/components/Nav/Banner.tsx @@ -8,17 +8,17 @@ import { FC } from '~/types'; const sx = { color: '#333', fontSize: FontSize.sm, - overflow: 'hidden', display: 'flex', flexDirection: 'row', alignItems: 'center', justifyContent: 'center', width: '100%', backgroundColor: 'white', + padding: '2px', }; const Banner: FC< - LinkProps & { height: number } & { to?: string } // fixme + LinkProps & { height?: number } & { to?: string } // fixme > = ({ height, children, to, ...props }) => to ? ( { return useMemo(() => { return ( - + BIP-38 Unripe liquidity migration is in process. Quotes will be affected - until the migration is complete. See  - - Discord - -  for more information. + until the migration is complete. See Discord for more information. );