Merge pull request #1022 from edenreich/patch-1

Fix: syntax error
This commit is contained in:
Timothy
2024-09-12 21:47:29 +08:00
committed by GitHub

View File

@ -1,8 +1,8 @@
interface Project {
title: string,
description: string,
href?: string,
imgSrc?: string,
title: string
description: string
href?: string
imgSrc?: string
}
const projectsData: Project[] = [