updated loclahosr

This commit is contained in:
2025-09-19 13:15:38 +01:00
parent 8b49f0f1e1
commit 41da85620d
3 changed files with 10 additions and 5 deletions

View File

@@ -98,8 +98,8 @@ export default function Header() {
</Link>
</div>
{/* Right: Texts stacked + icons */}
<div className="flex items-center space-x-24">
<div className="flex flex-col leading-tight text-white tabular-nums text-xl">
<div className="flex items-center space-x-24 ">
<div className="flex flex-col leading-tight text-white tabular-nums text-xl text-right">
<h2>Local: {localStr}</h2>
<h2>UTC: {utcStr}</h2>
</div>