diff --git a/website/src/theme/DocItem/Footer/GitHubContributors.jsx b/website/src/theme/DocItem/Footer/GitHubContributors.jsx index 3dd5368bc17d..7ab5289c1cd3 100644 --- a/website/src/theme/DocItem/Footer/GitHubContributors.jsx +++ b/website/src/theme/DocItem/Footer/GitHubContributors.jsx @@ -6,7 +6,7 @@ import styles from './contributors.module.scss'; const unleashTeam = new Map([ ['alvinometric', 'developer advocate, Unleash'], ['ardeche07', 'head of marketing, Unleash'], - ['andreas-unleash', 'developer, Unleash'], + ['ferrantim', 'head of marketing, Unleash'], ['chriswk', 'principal developer, Unleash'], ['daveleek', 'developer, Unleash'], ['FredrikOseberg', 'principal developer, Unleash'], @@ -20,6 +20,8 @@ const unleashTeam = new Map([ ['sjaanus', 'senior developer, Unleash'], ['thomasheartman', 'developer, Unleash'], ['Tymek', 'developer, Unleash'], + ['sebastian-bury', 'implementation architect, Unleash'], + ['melindafekete', 'documentation lead, Unleash'] ]); const GitHubContributors = ({ owner, repo, filePath }) => {