Skip to content

Commit bfcf5d9

Browse files
authored
Update website with new board (#453)
1 parent 957d313 commit bfcf5d9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
109 KB
Loading

src/components/BoardAndTeam.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ export const BoardAndTeam = (props: { board: any[]; team: any[] }) => {
3131
</div>
3232
</div>
3333
<p class="text-center">
34-
In charge to steering the Organization is the
34+
In charge to steering the Organization is the&nbsp;
3535
<a href="https://maplibre.org/about/">
3636
MapLibre Governing Board
3737
</a>. <br />
38-
They are elected by
38+
They are elected by&nbsp;
3939
<a href="https://github.com/maplibre/maplibre/blob/main/VOTING_MEMBERS.md">
4040
Voting Members
4141
</a>

src/content/board.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"avatar": "https://avatars.githubusercontent.com/u/3392907?v=4"
1111
},
1212
{
13-
"name": "Luke Seelenbinder",
14-
"link": "luke",
15-
"avatar": "https://avatars.githubusercontent.com/u/157650?v=4"
13+
"name": "Yuri Astrakhan",
14+
"link": "yuri",
15+
"avatar": "https://avatars.githubusercontent.com/u/1641515?v=4"
1616
},
1717
{
18-
"name": "Petr Pridal",
19-
"link": "petr",
20-
"avatar": "https://avatars.githubusercontent.com/u/59284?v=4"
18+
"name": "Stephanie May",
19+
"link": "mizmay",
20+
"avatar": "/img/avatars/avatar_stephanie.jpg"
2121
},
2222
{
23-
"name": "Yuri Astrakhan",
24-
"link": "yuri",
25-
"avatar": "https://avatars.githubusercontent.com/u/1641515?v=4"
23+
"name": "Frank Elsinga",
24+
"link": "CommanderStorm",
25+
"avatar": "https://avatars.githubusercontent.com/u/26258709?v=4"
2626
}
2727
]

0 commit comments

Comments
 (0)