aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages/projects/oneconfig/index.astro
diff options
context:
space:
mode:
authorWyvest <wyvestbusiness@gmail.com>2024-01-08 09:56:05 -0500
committerWyvest <wyvestbusiness@gmail.com>2024-01-08 09:56:05 -0500
commitd07c4c297d70568bfa7c030b6567ef142e85bba4 (patch)
treed7004c7a5a375c52e91626bb5a6132a89a833af1 /apps/website/src/pages/projects/oneconfig/index.astro
parent651684e9c6c8509001f3757b51c8aefbadbd6613 (diff)
downloadNexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.tar.gz
Nexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.tar.bz2
Nexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.zip
modify some text
Diffstat (limited to 'apps/website/src/pages/projects/oneconfig/index.astro')
-rw-r--r--apps/website/src/pages/projects/oneconfig/index.astro2
1 files changed, 1 insertions, 1 deletions
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;