diff --git a/proyek-frontend/app/components/templates/KhitanBasic/GuestBook.vue b/proyek-frontend/app/components/templates/KhitanBasic/GuestBook.vue index 4271e98..b209fc9 100644 --- a/proyek-frontend/app/components/templates/KhitanBasic/GuestBook.vue +++ b/proyek-frontend/app/components/templates/KhitanBasic/GuestBook.vue @@ -1,27 +1,23 @@ + \ No newline at end of file diff --git a/proyek-frontend/app/components/undangan/undangan-khitan-basic.vue b/proyek-frontend/app/components/undangan/undangan-khitan-basic.vue index 2bdba3c..e5d4ca6 100644 --- a/proyek-frontend/app/components/undangan/undangan-khitan-basic.vue +++ b/proyek-frontend/app/components/undangan/undangan-khitan-basic.vue @@ -1,245 +1,241 @@ - - - - \ No newline at end of file +} + +// ================== NAV STYLE ================== +const navClass = (section) => + currentSection.value === section + ? 'text-yellow-300 glow' + : 'hover:text-yellow-200 transition-colors duration-300' + +// ================== LIFECYCLE ================== +onMounted(() => { + generateStars() +}) + + + \ No newline at end of file