Skip to content

Commit

Permalink
fix: change ComponentCommits section name back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-stoyanov committed Mar 10, 2021
1 parent 24679a6 commit 63f26c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/gatsby/.config/runtime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ const config: RunOnlyConfiguration = {
topMenu: true,
},
},
components: {
commits: {
title: 'Contributors',
},
},
storySort: (a, b) => {
const aDoc = a.split('/')[0];
const aIndex = categories.findIndex(c => c === aDoc);
Expand Down

0 comments on commit 63f26c9

Please sign in to comment.