Commit d7205995 by Nabiilah Putri Safa

edit userProfileHeader

1 parent 8156646d
......@@ -118,10 +118,6 @@ onMounted(() => {
onMounted(() => {
profileHeaderData.value = {
coverImg,
designation: 'UX Designer',
fullName: 'Abdullah',
joiningDate: 'April 2021',
location: 'Madinah',
profileImg,
}
})
......@@ -201,7 +197,7 @@ function openDialog() {
<template>
<VCard v-if="profileHeaderData">
<!-- Efek animasi Happy Birthday -->
<!-- <VAlert
<VAlert
v-if="isBirthday"
type="info"
class="happy-birthday"
......@@ -209,7 +205,7 @@ function openDialog() {
🎉 Selamat Ulang Tahun! 🎉<br>
🥳🎂🎈<br>
🥳 Semoga harimu menyenangkan! 🥳
</VAlert> -->
</VAlert>
<VImg
:src="profileHeaderData.coverImg"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!