version display changed to bottom right corner
This commit is contained in:
parent
f7ed26231e
commit
d151a28494
2
.env
2
.env
|
|
@ -1,2 +1,2 @@
|
||||||
VITE_API_BASE_URL=http://localhost:8080/api/v1
|
VITE_API_BASE_URL=http://localhost:8080/api/v1
|
||||||
VITE_GOOGLE_CLIENT_ID=google_client_id
|
VITE_GOOGLE_CLIENT_ID=
|
||||||
|
|
|
||||||
|
|
@ -408,12 +408,14 @@ 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>
|
||||||
<p className="mt-1 font-mono text-[10px] text-grayScale-300">
|
|
||||||
v{__BUILD_HASH__} · {new Date(__BUILD_TIME__).toLocaleDateString()}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</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()}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user