From c9e50215821d84510e42fc1e9de63428d503ed63 Mon Sep 17 00:00:00 2001 From: HotPaotatoes <113345557+ChanatpakornD@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:48:38 +0700 Subject: [PATCH] feat: improve script tag (#7) Co-authored-by: HotPaotatoes <113345557+ChanatpakornDev@users.noreply.github.com> --- src/components/navbar/LogoSGCU.svelte | 4 ++-- src/components/navbar/Menu.svelte | 6 +++--- src/components/navbar/RightArrow.svelte | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/navbar/LogoSGCU.svelte b/src/components/navbar/LogoSGCU.svelte index 206a501..14c109d 100644 --- a/src/components/navbar/LogoSGCU.svelte +++ b/src/components/navbar/LogoSGCU.svelte @@ -1,5 +1,5 @@ - - export let classProps; - export let isOpen; + {#if isOpen} diff --git a/src/components/navbar/RightArrow.svelte b/src/components/navbar/RightArrow.svelte index 0294efa..b267b37 100644 --- a/src/components/navbar/RightArrow.svelte +++ b/src/components/navbar/RightArrow.svelte @@ -1,5 +1,5 @@ -