Skip to content

Commit d1acafb

Browse files
committed
feat: update CV image and download link to the latest version
1 parent 77d0130 commit d1acafb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/DialogCV.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ hover:bg-primary hover:text-[#000] hover:border-[#0000] transition-all duration-
3636
<div class="md:h-[500px] sm:h-[90vh] h-full mt-10 sm:mt-0 md:px-2">
3737
<img
3838
class="object-cover w-full h-full"
39-
src="/assets/CV_003.webp"
39+
src="/assets/CV_004.webp"
4040
alt="Curriculum Vitae de Bernardo Lima"
4141
/>
4242
</div>
4343
<a
44-
href="/Bernardo_CV_003.pdf"
44+
href="/Bernardo_CV_004.pdf"
4545
rel="noopener noreferrer"
4646
class="absolute bottom-0 right-0 bg-primary/20 hover:bg-white/80 border-2 border-primary rounded-md p-1 group"
4747
download

0 commit comments

Comments
 (0)