From aae94e6275793c4a784de3c2d99d7fa07392f191 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:28:32 -0500 Subject: [PATCH] change value of bare option --- src/components/SettingsContent/ProxyTab.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SettingsContent/ProxyTab.astro b/src/components/SettingsContent/ProxyTab.astro index 08f0b31..1bfab6c 100644 --- a/src/components/SettingsContent/ProxyTab.astro +++ b/src/components/SettingsContent/ProxyTab.astro @@ -27,7 +27,7 @@ const openPageWith = [ const transportsList = [ { name: "Epoxy", value: "/epoxy/index.mjs" }, { name: "Libcurl", value: "/libcurl/index.mjs" }, - { name: "Bare", value: "/bare/index.mjs" }, + { name: "Bare", value: "/baremod/index.mjs" }, ]; ---