Skip to content

Commit

Permalink
fixing bugs for Vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Levironexe committed Oct 26, 2024
1 parent a734dfc commit 3cdbace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/section/navbar-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useScanning, ScanningNotification } from '@/components/index'; // Custo
//Navigation bar
const Navbar: React.FC = () => {
const [isScrolled, setIsScrolled] = useState(false); // State to track if the user has scrolled
const [inputValue, setInputValue] = useState(''); // State to hold the value of the search input
const { isScanning } = useScanning(); // Destructuring scanning state and key press handler from custom hook
const [isMenuOpen, setIsMenuOpen] = useState(false);

Expand Down

0 comments on commit 3cdbace

Please sign in to comment.