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 f67b117 commit c559b43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ window.addEventListener("scroll", setFixed)
<div className="logo">
<img src={Logo} alt="Logo" />
</div>
{/* <div className={`menu ${menuOpen ? "show" : ""}`}> */}
<div className="menu">
<div className={`menu ${menuOpen ? "show" : ""}`}>
<ul>
<li>
<a href="#">Top Universities</a>
Expand Down

0 comments on commit c559b43

Please sign in to comment.