From 1e66c7cd9aa12860be630529d3d993893d1dc7ff Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 25 Oct 2024 14:53:39 -0400 Subject: [PATCH] Update search menu --- source/src/components/global/SearchMenu.astro | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/src/components/global/SearchMenu.astro b/source/src/components/global/SearchMenu.astro index a97b2e8..c654ae2 100644 --- a/source/src/components/global/SearchMenu.astro +++ b/source/src/components/global/SearchMenu.astro @@ -16,9 +16,9 @@ const {Type} = Astro.props + return } else if (Type === "Images") { - return + return } else if (Type === "Videos") { - return + return } else if (Type === "News") { - return + return } else if (Type === "Map") { - return + return } } } \ No newline at end of file