Skip to content

Commit 13994f8

Browse files
committed
Add Steve Silvester to list of past team members
1 parent 2f83d95 commit 13994f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/routes/about/+page.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,18 @@ const pastContributors = [
256256
}
257257
]
258258
},
259+
{
260+
id: 2096628,
261+
name: "Steve Silvester",
262+
role: "Core developer",
263+
tooltip: [
264+
{
265+
list: [
266+
"Code completion, keybindings and file opening improvements"
267+
]
268+
}
269+
]
270+
},
259271
];
260272

261273
const textData = {

0 commit comments

Comments
 (0)