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 { interface Project {
title: string, title: string
description: string, description: string
href?: string, href?: string
imgSrc?: string, imgSrc?: string
} }
const projectsData: Project[] = [ const projectsData: Project[] = [