summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-07 17:13:30 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-07 17:13:30 +0700
commit538f2ef24eb8c6ae21a07f27614ce1b944553283 (patch)
tree57d50a307f9425a51510f8b79143aa9a43b49e04 /src/core/components/elements
parent3bf7a3f59586105d4ee02a43b9c354b06083a7d3 (diff)
<iman> merge all promotion
Diffstat (limited to 'src/core/components/elements')
-rw-r--r--src/core/components/elements/Navbar/NavbarDesktop.jsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx
index a09989a5..6a51a178 100644
--- a/src/core/components/elements/Navbar/NavbarDesktop.jsx
+++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx
@@ -10,12 +10,11 @@ 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 { useCallback, useEffect, useState } from 'react';
+import { useEffect, useState } from 'react';
import DesktopView from '../../views/DesktopView';
import Link from '../Link/Link';
import NavbarUserDropdown from './NavbarUserDropdown';
@@ -263,7 +262,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-4 transition-all duration-300 z-20 animate-pulse`}
+ className={`inline-block relative -top-5 transition-all duration-300 z-20 animate-pulse`}
/>
</div>
)}