This commit is contained in:
@@ -27,13 +27,13 @@ export default function LanguageSettings() {
|
|||||||
<div>
|
<div>
|
||||||
<div className="absolute top-10 right-0 rounded-md shadow-md flex flex-col gap-2">
|
<div className="absolute top-10 right-0 rounded-md shadow-md flex flex-col gap-2">
|
||||||
<GhostButton
|
<GhostButton
|
||||||
className="w-full"
|
className="w-full bg-[#35786f]"
|
||||||
onClick={() => setLocale("en-US")}
|
onClick={() => setLocale("en-US")}
|
||||||
>
|
>
|
||||||
English
|
English
|
||||||
</GhostButton>
|
</GhostButton>
|
||||||
<GhostButton
|
<GhostButton
|
||||||
className="w-full"
|
className="w-full bg-[#35786f]"
|
||||||
onClick={() => setLocale("zh-CN")}
|
onClick={() => setLocale("zh-CN")}
|
||||||
>
|
>
|
||||||
中文
|
中文
|
||||||
|
|||||||
Reference in New Issue
Block a user