added dateIndeterminate parameter to banner2 for miscellaneous dates
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user