Skip to content

Commit 70c5e9e

Browse files
committed
chore: fixing type errors with core members json
1 parent 542c35d commit 70c5e9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/about/team/Member.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export interface Member {
99
languages: string[]
1010
website?: Link
1111
socials: Socials
12-
sponsor?: string
12+
sponsor?: boolean | string
13+
reposPersonal?: string[]
1314
}
1415

1516
export interface Link {

src/about/team/members-core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"name": "Rahul Kadyan",
180180
"title": "Software Engineer",
181181
"company": "Grammarly",
182-
"companyList": "https://grammarly.com/",
182+
"companyLink": "https://grammarly.com/",
183183
"projects": [
184184
{
185185
"label": "vuejs/core",

0 commit comments

Comments
 (0)