Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 7079186

Browse files
author
z
committed
changes as per #114 (comment)
1 parent 9034db6 commit 7079186

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/common/footer/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ export default class FooterBar extends React.Component {
175175
<Container>
176176
<Flex wrap py={[0, 3]}>
177177
<Flex align="center" direction="column" justify="center" width={[1, 1, 1 / 2]} px={[2, 3]} py={[3, 0]}>
178-
<Title>We are constantly updating our platform. Do subscribe to stay informed.</Title>
178+
<Title>
179+
We are constantly updating our platform.
180+
<br />Do subscribe to stay informed.
181+
</Title>
179182
{this.state.subscriberEmailPosted ? (
180183
<h3>Thank you, we will keep you posted</h3>
181184
) : (

0 commit comments

Comments
 (0)