Skip to content

Commit ad7d04e

Browse files
committed
Add missing props to HomePage SubHeads
1 parent 13a64ec commit ad7d04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared-components/HomePage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const HomePage: React.StatelessComponent<RouteComponentProps<any>> = () => (
1717
<Subhead textAlign="center" color="white" fontSize={[2, 4]}>
1818
AWS-powered serverless build, test and deploy pipeline ft. multiple environments
1919
</Subhead>
20-
<Subhead fontSize={[1, 2]} pt={3}>
20+
<Subhead textAlign="center" color="white" fontSize={[1, 2]} pt={3}>
2121
{`ENV: ${window.env.DEPLOY_ENV} | VERSION: ${window.env.APP_VERSION}`}
2222
</Subhead>
2323
</Banner>

0 commit comments

Comments
 (0)