diff --git a/src/components/AppComponentContent.js b/src/components/AppComponentContent.js index ce3d521..fa167cc 100644 --- a/src/components/AppComponentContent.js +++ b/src/components/AppComponentContent.js @@ -8,7 +8,7 @@ import { CoreH5, CoreImage, CoreLink, - CoreTypographyBody1, + CoreSpan, coreUseNavigate } from "@wrappid/core"; import corePackage from "@wrappid/core/package.json"; @@ -49,7 +49,11 @@ function AppComponentContent() { - + Built with Wrappid. One code, Endless possibilities. - + {`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 f638efe..82d7b89 100644 --- a/src/components/AppComponentSection.js +++ b/src/components/AppComponentSection.js @@ -7,7 +7,7 @@ import { CoreH3, CoreH5, CoreLink, - CoreTypographyBody1, + CoreSpan, CoreTypographyBody2, coreUseNavigate } from "@wrappid/core"; @@ -37,29 +37,34 @@ export default function AppComponentSection(props) { {props.name} - - {props.version ? `Version: ${props.version}` : null} + + + {props.version ? `Version: ${props.version}` : null} + + + + Release Notes - + {" | "} - + Attributions - + {" | "} - + Contributors - + {" | "} - + Issue Board - + { - // eslint-disable-next-line no-console - console.log("WrappidAppLayout::useEffect"); - }, []); return ( <> @@ -22,7 +18,8 @@ export default function WrappidAppLayout() { styleClasses={[CoreClasses.DISPLAY.FLEX, CoreClasses.FLEX.DIRECTION_ROW, CoreClasses.SHADOW.NORMAL]} >