diff --git a/proyek-frontend/app/components/templates/Ultah/Landing.vue b/proyek-frontend/app/components/templates/Ultah/Landing.vue index a5dc898..d596337 100644 --- a/proyek-frontend/app/components/templates/Ultah/Landing.vue +++ b/proyek-frontend/app/components/templates/Ultah/Landing.vue @@ -14,7 +14,7 @@

- Celebrate With Us + Rayakan Bersama Kami

- Birthday Party + Pesta Ulang Tahun

Kepada Yth.

-

{{ guestName }}

+

{{ guestName || 'Tamu Undangan' }}

@@ -37,7 +37,7 @@ @click="$emit('open-invitation')" class="mt-6 bg-orange-600 hover:bg-orange-700 text-white px-8 py-3 rounded-full text-lg font-semibold shadow-lg transform hover:scale-105 transition-all" > - Open Invitation + Buka Undangan
@@ -72,4 +72,4 @@ defineProps({ .animate-bounce-slow { animation: bounce-slow 3s infinite ease-in-out; } - + \ No newline at end of file diff --git a/proyek-frontend/app/components/templates/UltahStarter/ThankYou.vue b/proyek-frontend/app/components/templates/UltahStarter/ThankYou.vue index 5530e42..3b02936 100644 --- a/proyek-frontend/app/components/templates/UltahStarter/ThankYou.vue +++ b/proyek-frontend/app/components/templates/UltahStarter/ThankYou.vue @@ -1,6 +1,6 @@ + \ No newline at end of file diff --git a/proyek-frontend/app/components/undangan/undangan-ulang-tahun-starter.vue b/proyek-frontend/app/components/undangan/undangan-ulang-tahun-starter.vue index 99430e0..8e36752 100644 --- a/proyek-frontend/app/components/undangan/undangan-ulang-tahun-starter.vue +++ b/proyek-frontend/app/components/undangan/undangan-ulang-tahun-starter.vue @@ -68,6 +68,7 @@ v-bind="componentProps" @open-invitation="switchSection('introduction')" @addMessage="addMessage" + @toggle-music="toggleMusic" /> @@ -76,7 +77,7 @@