Skip to content

Commit

Permalink
CV Link Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed Apr 25, 2024
1 parent a9bb8bb commit 3dc31e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Portafolio() {
<div className="personaldata">
<div className="datos1">
<div className="photomia">
<a href={downloadCV} download>
<a href={downloadCV} download="CV - Alberto Ambriz.pdf">
<Image src={miImagen} width={"auto"} height={"auto"} priority={true} alt="" />
</a>
</div>
Expand Down Expand Up @@ -83,7 +83,7 @@ export default function Portafolio() {
</a>
</button>
<button>
<a href={downloadCV} download="Alberto_Ambriz_CV.pdf">
<a href={downloadCV} download="CV - Alberto Ambriz.pdf">
<i className="bi bi-file-earmark-person-fill"></i>
</a>
</button>
Expand Down

0 comments on commit 3dc31e9

Please sign in to comment.