Skip to content

Commit

Permalink
Update Menu.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LyHoangViet authored Nov 6, 2024
1 parent e70b237 commit f688a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Menu = ({ history }) => {
<li className="nav-item">
<Link to="/dashboard" className="nav-link">
<i className="nav-icon fas fa-tachometer-alt" />{" "}
<p> Dashboard v1.0.3</p>
<p> Dashboard v1.0.4</p>
</Link>
</li>

Expand Down

0 comments on commit f688a4b

Please sign in to comment.