From 315541301eccabeb5c1260a35e4224f1cb13f780 Mon Sep 17 00:00:00 2001 From: odracirdev Date: Sun, 11 Aug 2024 23:19:55 -0400 Subject: [PATCH] feat: :package: Add CV link --- src/pages/_Sections/Contact/Contact.astro | 13 +++++++++++-- src/pages/_Sections/Hero/Hero.astro | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/pages/_Sections/Contact/Contact.astro b/src/pages/_Sections/Contact/Contact.astro index 2865556..bc06757 100644 --- a/src/pages/_Sections/Contact/Contact.astro +++ b/src/pages/_Sections/Contact/Contact.astro @@ -1,5 +1,5 @@ --- -import { Aurora, Button, ButtonDownloadCv } from '@components'; +import { Aurora, Button, IconCatalog } from '@components'; import { t } from 'i18n:astro'; --- @@ -14,7 +14,16 @@ import { t } from 'i18n:astro'; - + diff --git a/src/pages/_Sections/Hero/Hero.astro b/src/pages/_Sections/Hero/Hero.astro index 0203161..1fd8851 100644 --- a/src/pages/_Sections/Hero/Hero.astro +++ b/src/pages/_Sections/Hero/Hero.astro @@ -1,5 +1,5 @@ --- -import { Button, ButtonDownloadCv } from '@components'; +import { Button, IconCatalog } from '@components'; import { t } from 'i18n:astro'; --- @@ -18,7 +18,16 @@ import { t } from 'i18n:astro'; - +