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
commit 6db2d513a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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[] = [