Skip to content

Commit 6db2d51

Browse files
authored
Merge pull request #1022 from edenreich/patch-1
Fix: syntax error
2 parents 5b9758c + 4435347 commit 6db2d51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/projectsData.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
interface Project {
2-
title: string,
3-
description: string,
4-
href?: string,
5-
imgSrc?: string,
2+
title: string
3+
description: string
4+
href?: string
5+
imgSrc?: string
66
}
77

88
const projectsData: Project[] = [

0 commit comments

Comments
 (0)