Skip to content

Commit

Permalink
Fix linting error in GithubContributors file (#8409)
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete authored Oct 9, 2024
1 parent 335ed45 commit 4130b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/theme/DocItem/Footer/GitHubContributors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 4130b9b

Please sign in to comment.