From 316ac24d5aeb6d49472da9c63d9fb01aa2f86810 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Fri, 3 Nov 2023 22:30:51 +0530 Subject: [PATCH] fix android-iosguide state --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 8b9f38e18..7bbb13e5f 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -83,7 +83,7 @@ export default defineConfig({ { text: "🔧 Tools", link: "/toolsguide" }, { text: "📷 Image Tools", link: "/img-tools" }, { text: "👨‍💻 Developer Tools", link: "/devtools" }, - { text: "📱 Android / iOS", link: "/Android-iosguide" }, + { text: "📱 Android / iOS", link: "/android-iosguide" }, { text: "🐧 Linux / MacOS", link: "/linuxguide" }, { text: "🌍 Non-English", link: "/non-english" }, { text: "📂 Miscellaneous", link: "/miscguide" },