Browse Source

Merge branch 'feature-year0415' into v1.4

year 3 tháng trước cách đây
mục cha
commit
797c1c82c3

+ 1 - 1
src/app/[locale]/(doings)/signin/layout.tsx

@@ -12,7 +12,7 @@ export default function Layout({
             <HeaderBack
                 showBack={true}
                 className={"bg-[#0d1933] text-[white]"}
-                title={"Sign in and get the gift"}
+                title={"Faça Login e ganhe um presente"}
             />
             <main className={"main-header bg-[url(/signDetails/bg3.png)] text-[#000]"}>
                 {children}

+ 1 - 1
src/app/[locale]/(doings)/signin/page.tsx

@@ -122,7 +122,7 @@ const SignIn: FC = () => {
                                     VIP {vipInfo?.vip_level || 0}
                                 </p>
                                 <p className="h-[50%] text-[0.1rem] font-bold leading-[0.12rem]">
-                                    quanto maior o nível VlP, mais abundantes s?o as recompensas
+                                    quanto maior o nível ViP, mais abundantes são as recompensas
                                 </p>
                             </div>
                         </div>