We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114fc03 commit 8969f1fCopy full SHA for 8969f1f
1 file changed
app/components/Header.tsx
@@ -12,7 +12,7 @@ import { LiveDate } from "./LiveDate";
12
13
export async function Header() {
14
const t = await getTranslations("header");
15
- const editionTimestampMs = Date.now();
+ const editionTimestampMs = new Date().getTime();
16
return (
17
<header className="fixed top-0 w-full z-50 bg-[var(--background)] border-b border-[var(--foreground)] py-2 transition-colors duration-300">
18
<div className="container mx-auto px-6">
0 commit comments