diff --git a/src/stores.js b/src/stores.js index 3cdbbeb..6442c3c 100644 --- a/src/stores.js +++ b/src/stores.js @@ -270,7 +270,7 @@ export const events = writable([ name: 'PJ Metz', image: '/presenters/pj_metz.png', companyImage: '/companies/gitlab.png' - } + } ] }, { @@ -376,6 +376,12 @@ export const teamMembers = writable([ image: '/pictures/aditya.webp', githubProfile: 'https://github.com/adityaoberai' }, + + { + image: '/pictures/tenne.webp', + githubProfile: 'https://github.com/TenneG' + }, + { image: '/pictures/empty.webp', githubProfile: 'https://appwrite.io/discord', diff --git a/static/pictures/tenne.webp b/static/pictures/tenne.webp new file mode 100644 index 0000000..509dca1 Binary files /dev/null and b/static/pictures/tenne.webp differ