Skip to content

Commit

Permalink
fix: correct image path for Juan Palma's avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
jagcruz committed Oct 18, 2024
1 parent d20fbe2 commit 9a58edc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/proyectos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ import Layout from '@layouts/Layout.astro';
{
/* <div class="volunteer">
<BubbleAvatar
imageSrc="./assets/images/volunteers/luis-tenorio.webp"
imageSrc="/assets/images/volunteers/luis-tenorio.webp"
altText="Facu"
linkedinLink="https://linkedin.com/in/facu"
githubLink="https://github.com/facu"
/>
<BubbleAvatar
imageSrc="./assets/images/volunteers/luis-tenorio.webp"
imageSrc="/assets/images/volunteers/luis-tenorio.webp"
altText="Facu"
linkedinLink="https://linkedin.com/in/facu"
githubLink="https://github.com/facu"
Expand Down Expand Up @@ -92,13 +92,13 @@ import Layout from '@layouts/Layout.astro';
{
/* <div class="volunteer">
<BubbleAvatar
imageSrc="./assets/images/volunteers/luis-tenorio.webp"
imageSrc="/assets/images/volunteers/luis-tenorio.webp"
altText="Facu"
linkedinLink="https://linkedin.com/in/facu"
githubLink="https://github.com/facu"
/>
<BubbleAvatar
imageSrc="./assets/images/volunteers/luis-tenorio.webp"
imageSrc="/assets/images/volunteers/luis-tenorio.webp"
altText="Facu"
linkedinLink="https://linkedin.com/in/facu"
githubLink="https://github.com/facu"
Expand Down Expand Up @@ -130,7 +130,7 @@ import Layout from '@layouts/Layout.astro';
</ProjectCard>
<div class="volunteer">
<BubbleAvatar
imageSrc="./assets/images/volunteers/juan-palma.webp"
imageSrc="/assets/images/volunteers/juan-palma.webp"
altText="Juan Palma"
webLink="https://landing-js-conf2024.netlify.app/"
linkedinLink="https://www.linkedin.com/in/juan-palma-alvarez/"
Expand All @@ -156,13 +156,13 @@ import Layout from '@layouts/Layout.astro';
{
/* <div class="volunteer">
<BubbleAvatar
imageSrc="./assets/images/volunteers/luis-tenorio.webp"
imageSrc="/assets/images/volunteers/luis-tenorio.webp"
altText="Facu"
linkedinLink="https://linkedin.com/in/facu"
githubLink="https://github.com/facu"
/>
<BubbleAvatar
imageSrc="./assets/images/volunteers/luis-tenorio.webp"
imageSrc="/assets/images/volunteers/luis-tenorio.webp"
altText="Facu"
linkedinLink="https://linkedin.com/in/facu"
githubLink="https://github.com/facu"
Expand Down

0 comments on commit 9a58edc

Please sign in to comment.