summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-07 17:20:24 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-07 17:20:24 +0700
commitcf3bcefe77132c2ac40612a502eefaa88b56e7a8 (patch)
treebe13db6c1d86644f9883eb2ca51b6ff02914b28f
parent538f2ef24eb8c6ae21a07f27614ce1b944553283 (diff)
parent718babe0efd96c33ba2b8fd0cb458c57d67abe9c (diff)
Merge branch 'Feature/all-promotion' into development
-rw-r--r--public/images/penawaran-terbatas.jpgbin6802 -> 6602 bytes
-rw-r--r--src/core/components/elements/Navbar/NavbarDesktop.jsx5
2 files changed, 3 insertions, 2 deletions
diff --git a/public/images/penawaran-terbatas.jpg b/public/images/penawaran-terbatas.jpg
index e43739fc..d07866e6 100644
--- a/public/images/penawaran-terbatas.jpg
+++ b/public/images/penawaran-terbatas.jpg
Binary files differ
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx
index 6a51a178..2ddf5efe 100644
--- a/src/core/components/elements/Navbar/NavbarDesktop.jsx
+++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx
@@ -10,11 +10,12 @@ import {
ChevronDownIcon,
DocumentCheckIcon,
HeartIcon,
+ ArrowUpRightIcon,
} from '@heroicons/react/24/outline';
import dynamic from 'next/dynamic';
import Image from 'next/image';
import { useRouter } from 'next/router';
-import { useEffect, useState } from 'react';
+import { useCallback, useEffect, useState } from 'react';
import DesktopView from '../../views/DesktopView';
import Link from '../Link/Link';
import NavbarUserDropdown from './NavbarUserDropdown';
@@ -262,7 +263,7 @@ const NavbarDesktop = () => {
height={160}
quality={100}
// className={`fixed ${isTop ? 'md:top-[145px] lg:top-[160px] ' : 'lg:top-[85px] top-[80px]'} rounded-3xl md:left-1/4 lg:left-1/4 xl:left-1/4 left-2/3 w-40 h-12 p-2 z-50 transition-all duration-300 animate-pulse`}
- className={`inline-block relative -top-5 transition-all duration-300 z-20 animate-pulse`}
+ className={`inline-block relative -top-8 transition-all duration-300 z-20 animate-pulse`}
/>
</div>
)}