diff --git a/public/profile.png b/public/profile.png new file mode 100644 index 00000000..d35ade43 Binary files /dev/null and b/public/profile.png differ diff --git a/src/components/home/PersonCard.vue b/src/components/home/PersonCard.vue index 33c856cb..0cda9566 100644 --- a/src/components/home/PersonCard.vue +++ b/src/components/home/PersonCard.vue @@ -12,6 +12,7 @@ defineProps<{ male?: boolean; female?: boolean; disabled?: boolean; + img?: string; }[]; }>(); @@ -19,7 +20,12 @@ const status = ref(false);