Commit d7205995 by Nabiilah Putri Safa

edit userProfileHeader

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