From 61e432a81e74c1c7226b9d391713e5a3254b9bb0 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Wed, 18 Sep 2024 18:54:17 -0700 Subject: [PATCH] use the `time` element in projects --- src/components/Projects.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Projects.astro b/src/components/Projects.astro index 6b48518..918ae09 100644 --- a/src/components/Projects.astro +++ b/src/components/Projects.astro @@ -16,7 +16,7 @@ let lastYear = 0;
{project.name} - {project.dateVisual || project.date.toLocaleString("default", { month: "long" })} +

{project.description}