diff --git a/src/utils/prepareMDX.js b/src/utils/prepareMDX.js index f94245e3b..b7aa8fb7a 100644 --- a/src/utils/prepareMDX.js +++ b/src/utils/prepareMDX.js @@ -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 = {