File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export const board: BoardMember[] = [
1919 {
2020 name : "Hannah Aubry" ,
2121 position : BOARD_POSITION_DIRECTOR ,
22+ otherTitle : "Community Director" ,
2223 socials : {
2324 mastodon : "https://hachyderm.io/@haubles" ,
2425 } ,
@@ -39,7 +40,7 @@ export const board: BoardMember[] = [
3940 name : "Felix Hlatky" ,
4041 position : BOARD_POSITION_DIRECTOR ,
4142 title : "Treasurer" ,
42- otherTitle : "CFO " ,
43+ otherTitle : "Executive Director " ,
4344 socials : {
4445 mastodon : "https://mastodon.social/@mellifluousbox" ,
4546 } ,
@@ -67,13 +68,15 @@ export const board: BoardMember[] = [
6768 {
6869 name : "Eugen Rochko" ,
6970 position : BOARD_POSITION_OBSERVER ,
71+ otherTitle : "Founder & Strategic Advisor" ,
7072 socials : {
7173 mastodon : "https://mastodon.social/@Gargron" ,
7274 } ,
7375 } ,
7476 {
7577 name : "Renaud Chaput" ,
7678 position : BOARD_POSITION_OBSERVER ,
79+ otherTitle : "Technical Director" ,
7780 socials : {
7881 mastodon : "https://oisaur.com/@renchap" ,
7982 } ,
You can’t perform that action at this time.
0 commit comments