From 82201debfba7c8165f4ba4a0d6b03a73f40d50b7 Mon Sep 17 00:00:00 2001 From: Mdkaif-123 Date: Thu, 7 Nov 2024 01:11:31 +0530 Subject: [PATCH] chore: refactor the code example indentation Signed-off-by: Mdkaif-123 --- .../Sistent/components/divider/code.js | 152 +++++++++--------- 1 file changed, 75 insertions(+), 77 deletions(-) diff --git a/src/sections/Projects/Sistent/components/divider/code.js b/src/sections/Projects/Sistent/components/divider/code.js index 58bc7c55d7ba..dd2eaa045e83 100644 --- a/src/sections/Projects/Sistent/components/divider/code.js +++ b/src/sections/Projects/Sistent/components/divider/code.js @@ -51,86 +51,84 @@ const content = ( ); const codes = [ - ` - - - - - - - - - - - - - - - - - - `, - + ` + + + + + + + + + + + + + + + + + + `, ` - - - - - - + + + + + + `, - ` - - - - - - - - - + ` + + + + + + + + `, - ` - - {content} - CENTER - {content} - LEFT - {content} - RIGHT - {content} - - - - {content} - - `, + ` + + {content} + CENTER + {content} + LEFT + {content} + RIGHT + {content} + + + + {content} + + `, ]; export const DividerCode = () => {