This commit is contained in:
hailin 2025-04-21 13:30:29 +08:00
parent 5c659f2f38
commit b58bca3004
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ export default function HomePage() {
return ( return (
<div className="flex size-full flex-col items-center justify-center relative"> <div className="flex size-full flex-col items-center justify-center relative">
<HomeRedirector /> {/* <HomeRedirector />
<LanguageSwitcher /> <LanguageSwitcher /> */}
<div> <div>
<ChatbotUISVG theme={theme === "dark" ? "dark" : "light"} scale={0.3} /> <ChatbotUISVG theme={theme === "dark" ? "dark" : "light"} scale={0.3} />