Skip to content

Commit

Permalink
Feat: First Version
Browse files Browse the repository at this point in the history
  • Loading branch information
acosta-leandro committed Jun 21, 2024
1 parent f44d418 commit 167588b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PeopleItemLarge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
const props = defineProps({
people: Object,
});
const picture = 'femaleAvatar.png'
const picture2 = '/femaleAvatar.png'
const picture = '~assets/femaleAvatar.png'
const picture2 = '~assets/femaleAvatar.png'
</script>

<template>
Expand Down

0 comments on commit 167588b

Please sign in to comment.