Skip to content

Commit

Permalink
fix: link to minha-lista
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlivino committed Jul 24, 2024
1 parent 012da8b commit 48fd7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LinkAgenda/LinkAgenda.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const LinkAgenda = ({ isMyAgenda }: { isMyAgenda?: boolean }) => {
Agenda completa
</Link>
) : (
<Link className={linkCN} to="/agenda">
<Link className={linkCN} to="/minha-lista">
Ver minha agenda &gt;
</Link>
)}
Expand Down

0 comments on commit 48fd7aa

Please sign in to comment.