From 269baa6c3efdbb20fd4eed51efaeaae9a21c215c Mon Sep 17 00:00:00 2001 From: tarunsinghofficial Date: Tue, 22 Oct 2024 21:02:41 +0530 Subject: [PATCH] lint: fixed linting issues --- src/components/navigation/Header.svelte | 100 +++++++++++++++--------- 1 file changed, 61 insertions(+), 39 deletions(-) diff --git a/src/components/navigation/Header.svelte b/src/components/navigation/Header.svelte index 9fc49ea..43acfb8 100644 --- a/src/components/navigation/Header.svelte +++ b/src/components/navigation/Header.svelte @@ -44,49 +44,71 @@
-
-
- - {PUBLIC_OBA_REGION_NAME} - +
+
+
+ + {PUBLIC_OBA_REGION_NAME} + +
+ +
+ +
- {#if PUBLIC_OBA_SEARCH_ENABLED === 'true'} -
- -
-
- + - {/if} + {/if}
{#each Object.entries(headerLinks) as [key, value]}