diff options
Diffstat (limited to 'src/core/components/elements')
| -rw-r--r-- | src/core/components/elements/Navbar/TopBanner.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/components/elements/Navbar/TopBanner.jsx b/src/core/components/elements/Navbar/TopBanner.jsx index ff5b1d90..ded2857f 100644 --- a/src/core/components/elements/Navbar/TopBanner.jsx +++ b/src/core/components/elements/Navbar/TopBanner.jsx @@ -18,9 +18,9 @@ const TopBanner = () => { return ( <SmoothRender isLoaded={hasData} - height={36} - duration={700} - delay={500} + height='36px' + duration='700ms' + delay='500ms' style={{ backgroundColor }} > <Link href={data?.url}> |
