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 +