We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a64ec commit ad7d04eCopy full SHA for ad7d04e
src/shared-components/HomePage.tsx
@@ -17,7 +17,7 @@ const HomePage: React.StatelessComponent<RouteComponentProps<any>> = () => (
17
<Subhead textAlign="center" color="white" fontSize={[2, 4]}>
18
AWS-powered serverless build, test and deploy pipeline ft. multiple environments
19
</Subhead>
20
- <Subhead fontSize={[1, 2]} pt={3}>
+ <Subhead textAlign="center" color="white" fontSize={[1, 2]} pt={3}>
21
{`ENV: ${window.env.DEPLOY_ENV} | VERSION: ${window.env.APP_VERSION}`}
22
23
</Banner>
0 commit comments