From 633273667137a5a7e4c54cae1b08cee5826043ea Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Fri, 3 Nov 2023 11:46:47 -0500 Subject: [PATCH] fix(tutorial): add the FAQ tab back to the "wrapping up" page --- src/pages/developing/react-tutorial/wrapping-up.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/pages/developing/react-tutorial/wrapping-up.mdx b/src/pages/developing/react-tutorial/wrapping-up.mdx index 0c679f36887..1c543e3b237 100644 --- a/src/pages/developing/react-tutorial/wrapping-up.mdx +++ b/src/pages/developing/react-tutorial/wrapping-up.mdx @@ -4,7 +4,16 @@ description: Welcome to Carbon! This tutorial will guide you in creating a React app using Next.js with the Carbon Design System. tabs: - ['Overview', 'Step 1', 'Step 2', 'Step 3', 'Step 4', 'Step 5', 'Wrapping up'] + [ + 'Overview', + 'Step 1', + 'Step 2', + 'Step 3', + 'Step 4', + 'Step 5', + 'Wrapping up', + 'FAQ', + ] ---