diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-20 22:27:06 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-20 22:27:06 +0700 |
| commit | 5d3807a89596958a1e23e02ae11f73a2474c3432 (patch) | |
| tree | 96bca01ec8b73fc8fc3d82dd019198460e75050d /src/core/components/elements/Navbar/TopBanner.jsx | |
| parent | 30da2d088793cabfb3c5b21d4560df53187e7047 (diff) | |
Update smooth render function
Diffstat (limited to 'src/core/components/elements/Navbar/TopBanner.jsx')
| -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}> |
