From d07c4c297d70568bfa7c030b6567ef142e85bba4 Mon Sep 17 00:00:00 2001 From: Wyvest Date: Mon, 8 Jan 2024 09:56:05 -0500 Subject: modify some text --- apps/website/src/pages/projects/oneconfig/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/website/src/pages/projects') diff --git a/apps/website/src/pages/projects/oneconfig/index.astro b/apps/website/src/pages/projects/oneconfig/index.astro index fcb1c7b..e8283f3 100644 --- a/apps/website/src/pages/projects/oneconfig/index.astro +++ b/apps/website/src/pages/projects/oneconfig/index.astro @@ -69,7 +69,7 @@ import { Code } from 'astro:components'; `public class MyConfig { @Switch( name = "Sub Switch", - type = OptionType.SWITCH + category = "General" ) public static boolean subSwitch = false; -- cgit