diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-22 16:29:01 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-22 16:29:01 +0700 |
| commit | 4bac265bf958d67dfbd584fd524d661287661368 (patch) | |
| tree | 538b6232e6b984118bad850db95b262a872af138 /src/core/components/elements/Navbar | |
| parent | ab61908296a05d303cb9c0d019b5a92002e03972 (diff) | |
Improve render on checkout page
Diffstat (limited to 'src/core/components/elements/Navbar')
| -rw-r--r-- | src/core/components/elements/Navbar/TopBanner.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Navbar/TopBanner.jsx b/src/core/components/elements/Navbar/TopBanner.jsx index f9ac7032..722a7501 100644 --- a/src/core/components/elements/Navbar/TopBanner.jsx +++ b/src/core/components/elements/Navbar/TopBanner.jsx @@ -21,7 +21,7 @@ const TopBanner = () => { isLoaded={hasData} height='36px' duration='700ms' - delay='500ms' + delay='300ms' style={{ backgroundColor }} > <Link href={data?.url}> |
