Skip to content

Commit

Permalink
fix: corrections in footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelpps committed May 23, 2024
1 parent cde7974 commit 220ebf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Footer() {
<Link href={"/work"} className="">
<li className="mb-5 hover:font-semibold w-12">Work</li>
</Link>
<Link href={"/info"}>
<Link href={"/about"}>
<li className="mb-5 hover:font-semibold w-12">Info</li>
</Link>
</ul>
Expand All @@ -64,7 +64,7 @@ function Footer() {
</Link>
<Link
href={
"https://duodigitalmarketing.000webhostapp.com/portafolio/EmanuelPagesResume.pdf"
"https://res.cloudinary.com/dkgoszhfr/image/upload/v1714355292/EmanuelPagesResume_lh3cvm.pdf"
}
>
<li className="mb-5 hover:font-semibold w-12">Resume</li>
Expand Down

0 comments on commit 220ebf0

Please sign in to comment.