Skip to content

Commit

Permalink
feat: 🚚 update projects paths (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
odracirdev authored Oct 30, 2024
1 parent 47f4881 commit f6fd6d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pages/proyectos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ import Layout from '@layouts/Layout.astro';
>
<LinkButton
label="Página"
link="https://anarangel.github.io"
link="https://uxanarangel.com/"
icon="socials/website"
bgColor="var(--cinnabar-color)"
textColor="var(--text-color)"
external
/>
<LinkButton label="GitHub" link="https://github.com/anarangel/anarangel.github.io" icon="socials/github" external />
<LinkButton label="GitHub" link="https://github.com/UXCorpRangel/portafolio-ana" icon="socials/github" external />
</ProjectCard>
</div>

Expand All @@ -44,7 +44,7 @@ import Layout from '@layouts/Layout.astro';
>
<LinkButton
label="Página"
link="https://uxcorprangel.github.io/ana-cards-web/"
link="https://cards.uxanarangel.com/"
icon="socials/website"
bgColor="var(--cinnabar-color)"
textColor="var(--text-color)"
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Button from '@components/LinkButton.astro';
>
<Button
label="Página"
link="https://uxcorprangel.github.io/ana-cards-web/"
link="https://cards.uxanarangel.com/"
icon="socials/website"
bgColor="var(--cinnabar-color)"
textColor="var(--text-color)"
Expand Down

0 comments on commit f6fd6d7

Please sign in to comment.