mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: banner default height
This commit is contained in:
parent
ab48c6415a
commit
a8b1c8527e
@ -19,7 +19,7 @@ export const RandomBanner = () => {
|
||||
}, []);
|
||||
|
||||
if (showChatBanner === null) {
|
||||
return <div className="h-[47px] sm:h-[46px] border-b border-divider" />;
|
||||
return <div className="h-[47px] border-b border-divider" />;
|
||||
}
|
||||
|
||||
return showChatBanner ? <HeroUIChatBanner /> : <ProBanner />;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user