Skip to content

Commit

Permalink
docs: translate Recap + Challenges headings
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Apr 13, 2024
1 parent 6c72f41 commit e919058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/prepareMDX.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ function extractHeaders(children, depth, out) {
header = {
url: '#challenges',
depth: 2,
text: 'Challenges',
text: 'Tantangan',
};
} else if (child.type === 'Recap') {
header = {
url: '#recap',
depth: 2,
text: 'Recap',
text: 'Rekap',
};
} else if (child.type === 'TeamMember') {
header = {
Expand Down

0 comments on commit e919058

Please sign in to comment.