Update created date label to 'First uploaded' (#26)

This commit is contained in:
shachar700
2026-01-03 07:01:16 +02:00
committed by GitHub
parent 9586fe2af7
commit 32a97954a1

View File

@@ -475,7 +475,7 @@ export default async function HackDetail({ params }: HackDetailProps) {
<ul className="mt-3 grid gap-2 text-sm text-foreground/75">
<li>Language: {hack.language || "Unknown"}</li>
<li>Base ROM: {baseRom?.name || "Unknown"}</li>
<li>Created: {new Date(hack.created_at).toLocaleDateString()}</li>
<li>First uploaded: {new Date(hack.created_at).toLocaleDateString()}</li>
{lastUpdated && <li>Last updated: {lastUpdated}</li>}
{social && (
<li className="flex flex-wrap items-center justify-center gap-4 mt-4">