From 0f0dcb560cc22423a650b8d1314a71d9098bfcb9 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:27:17 +0900 Subject: [PATCH] [Update] Config Page: Temporality, Remove About VRCT section. --- src-ui/app/config_page/sidebar_section/SidebarSection.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/app/config_page/sidebar_section/SidebarSection.jsx b/src-ui/app/config_page/sidebar_section/SidebarSection.jsx index ec8ca150..04d3ffa8 100644 --- a/src-ui/app/config_page/sidebar_section/SidebarSection.jsx +++ b/src-ui/app/config_page/sidebar_section/SidebarSection.jsx @@ -12,9 +12,9 @@ export const SidebarSection = () => { -
+ {/*
-
+
*/} ); };