mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-08-22 08:34:13 -05:00
Update created date label to 'First uploaded' (#26)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user