Skip to content

Commit

Permalink
Documentation added
Browse files Browse the repository at this point in the history
  • Loading branch information
sau-mili authored May 25, 2024
1 parent 582c896 commit 0b682f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Dashboard = () => {
};
//navbar scroll effects
const [fix, setFix]= useState(false)

//function for navbar change fixed
function setFixed(){
if(window.scrollY>0){
setFix(true)
Expand Down

0 comments on commit 0b682f9

Please sign in to comment.