diff --git a/website/src/theme/DocItem/Footer/GitHubContributors.jsx b/website/src/theme/DocItem/Footer/GitHubContributors.jsx index 7ab5289c1c..321c04041d 100644 --- a/website/src/theme/DocItem/Footer/GitHubContributors.jsx +++ b/website/src/theme/DocItem/Footer/GitHubContributors.jsx @@ -21,7 +21,7 @@ const unleashTeam = new Map([ ['thomasheartman', 'developer, Unleash'], ['Tymek', 'developer, Unleash'], ['sebastian-bury', 'implementation architect, Unleash'], - ['melindafekete', 'documentation lead, Unleash'] + ['melindafekete', 'documentation lead, Unleash'], ]); const GitHubContributors = ({ owner, repo, filePath }) => {