Skip to content

Commit

Permalink
fix: Mudando nome da rota de dashboard no footer
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshinerd authored Aug 14, 2024
1 parent dd35d3c commit 7930d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const Footer = () => {
</a>
</li>
<li>
<a href="/dashboard" onClick={() => setShowSidebar((prev) => !prev)}>
Dashboard
<a href="/graficos" onClick={() => setShowSidebar((prev) => !prev)}>
Gráficos
</a>
</li>
<li>
Expand Down

0 comments on commit 7930d1e

Please sign in to comment.