From 4130b9b1433c9b577e7d2697384f92179d35f5bf Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Wed, 9 Oct 2024 18:18:30 +0200 Subject: [PATCH] Fix linting error in GithubContributors file (#8409) --- website/src/theme/DocItem/Footer/GitHubContributors.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => {