From e6676ea9a1e133b5dc6cb145d31cd623a5a324a1 Mon Sep 17 00:00:00 2001 From: Swrnv-qc Date: Thu, 14 Mar 2024 17:21:02 +0530 Subject: [PATCH] fix: :bug: fix the texts wrapped the texts in coretypographybody1 Ref: #99 --- src/components/AppComponentContent.js | 22 ++++++++++++++-------- src/components/AppComponentSection.js | 24 ++++++++++++++++-------- 2 files changed, 30 insertions(+), 16 deletions(-) diff --git a/src/components/AppComponentContent.js b/src/components/AppComponentContent.js index 2fe65da..ce3d521 100644 --- a/src/components/AppComponentContent.js +++ b/src/components/AppComponentContent.js @@ -70,21 +70,27 @@ function AppComponentContent() { {`Version: ${packageJson.version}`} - - Release Notes + Release Notes - {" | "} + + {" | "} + - Attributions + Attributions - {" | "} + + {" | "} + - Contributors + Contributors - {" | "} + + {" | "} + - Issue Board + Issue Board + diff --git a/src/components/AppComponentSection.js b/src/components/AppComponentSection.js index 457a234..f638efe 100644 --- a/src/components/AppComponentSection.js +++ b/src/components/AppComponentSection.js @@ -37,21 +37,29 @@ export default function AppComponentSection(props) { {props.name} - {props.version ? `Version: ${props.version}` : null} + + {props.version ? `Version: ${props.version}` : null} - Release Notes + Release Notes - {" | "} + + {" | "} + - Attributions + Attributions - {" | "} + + {" | "} + - Contributors + Contributors - {" | "} + + {" | "} + - Issue Board + Issue Board +