This commit is contained in:
hailin 2025-04-17 18:26:37 +08:00
parent b84e1dbb30
commit 33c43af502
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,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} />