We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96769e commit a1aba2fCopy full SHA for a1aba2f
apps/website/lib/base-url.ts
@@ -12,3 +12,4 @@ export function getBaseUrl(): string {
12
13
14
15
+
apps/website/utils/format-date.ts
@@ -23,3 +23,4 @@ export function formatDate(dateString: string): string {
23
const year = date.getFullYear();
24
return `${month} ${day}.${year}`;
25
}
26
0 commit comments