Skip to content

Commit

Permalink
Merge pull request #1022 from edenreich/patch-1
Browse files Browse the repository at this point in the history
Fix: syntax error
  • Loading branch information
timlrx authored Sep 12, 2024
2 parents 5b9758c + 4435347 commit 6db2d51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/projectsData.ts
Original file line number Diff line number Diff line change
@@ -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[] = [
Expand Down

0 comments on commit 6db2d51

Please sign in to comment.