Skip to content

Commit

Permalink
navbar changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeraj1922d committed Apr 7, 2024
1 parent b5a8702 commit 819c7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Navbar = ({isHome = false}) => {

useEffect(() => {
const SetNavbar = () => {
if (window.scrollY >= 400) {
if (window.scrollY >= 100) {
setNavVissible(true);
} else {
if(isHome){
Expand Down

0 comments on commit 819c7b8

Please sign in to comment.