Skip to content

Commit

Permalink
Update Header.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojimena committed Oct 11, 2023
1 parent 81bfd73 commit 9aae92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniEmpleos/src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const Header = () => {
<div className="actions">
<div className="actionlinks">
<a href="/profile">Perfil</a>
<a href="/jobs">Vacantes</a>
<a href="/profileadmin">Vacantes</a>
<a href="/postulantes">Postulantes</a>
</div>
<div className="buttonLogoutMobile" onClick={handleClick}>
Expand Down

0 comments on commit 9aae92c

Please sign in to comment.