Skip to content

Commit 38d8292

Browse files
authored
chore: fixing type errors with core members json (#1529)
1 parent 028fff7 commit 38d8292

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)