added dateIndeterminate parameter to banner2 for miscellaneous dates

This commit is contained in:
2026-04-08 14:01:58 +02:00
parent 9d0a13be30
commit 98b518a150
4 changed files with 12 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
<Banner2
title="{data.projectDetails.title}"
subtitle="{data.projectDetails.subtitle}"
date="{data.projectDetails.date}"
dateIndeterminate="{data.projectDetails.date}"
dateUpdated="{data.projectDetails.dateUpdated}"
banner="{data.projectDetails.banner}"
bannerAlt="{data.projectDetails.bannerAlt}"

View File

@@ -63,8 +63,8 @@ export const projects: Project[] = [
{
category: ProjectCategory.DRAWINGS,
id: "firstmonth",
banner: "",
bannerAlt: "",
banner: "banner.webp",
bannerAlt: "Several Faber-Castell Polychromos colour pencils lined up with markings next to them in the same colour on a sheet of paper.",
title: "My First Month Drawing",
subtitle: "self-imposed drawing challenge",
description: "",