Compare commits
No commits in common. "cb4796e8d5b1caabf1602bac8c0c96a45a89fe34" and "b44206690409a3b6d2a9eb81562712abbf8b0060" have entirely different histories.
cb4796e8d5
...
b442066904
2
.env
2
.env
|
|
@ -1,2 +1,2 @@
|
||||||
VITE_API_BASE_URL=http://api.yimaru.yaltopia.com/
|
VITE_API_BASE_URL=http://api.yimaru.yaltopia.com/
|
||||||
VITE_GOOGLE_CLIENT_ID=
|
VITE_GOOGLE_CLIENT_ID=google_client_id
|
||||||
|
|
|
||||||
|
|
@ -408,15 +408,13 @@ export function LoginPage() {
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<div className="mt-10 text-center text-xs text-grayScale-400">
|
<div className="mt-10 text-center text-xs text-grayScale-400">
|
||||||
<p>© {new Date().getFullYear()} Yimaru Academy · All rights reserved</p>
|
<p>© {new Date().getFullYear()} Yimaru Academy · All rights reserved</p>
|
||||||
</div>
|
<p className="mt-1 font-mono text-[10px] text-grayScale-300">
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Version badge */}
|
|
||||||
<p className="fixed bottom-3 right-4 font-mono text-[10px] text-grayScale-300">
|
|
||||||
v{__BUILD_HASH__} · {new Date(__BUILD_TIME__).toLocaleDateString()}
|
v{__BUILD_HASH__} · {new Date(__BUILD_TIME__).toLocaleDateString()}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user