Skip to content

Commit

Permalink
Update Dashboard.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sau-mili committed May 27, 2024
1 parent c559b43 commit a9845a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function setFixed(){
window.addEventListener("scroll", setFixed)

return (
<>

<main>
<ScrollToTop color="white" style={{ backgroundColor: "#5CB6F9" }} />
<nav className={`navbar ${fix ? 'fixed' : ''}`}>
Expand Down Expand Up @@ -177,7 +177,7 @@ window.addEventListener("scroll", setFixed)
</div>
<Footer />
</main>
</>

);
};

Expand Down

0 comments on commit a9845a8

Please sign in to comment.