Skip to content

Commit dba06c8

Browse files
author
Sergei Orlow
committed
🐛 Remove redundant text
1 parent f0a0359 commit dba06c8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/pages/subscription-confirmation.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { Link } from 'gatsby'
12
import React from 'react'
23
import { Centralise } from '../components/centralise'
34
import Seo from '../components/seo'
@@ -22,10 +23,7 @@ const SubscriptionConfirmationPage = () => (
2223
🙌
2324
</span>
2425
</h1>
25-
<p>
26-
You should get an approval email shortly. Click the button there if you didn&apos;t change
27-
your mind.
28-
</p>
26+
<Link to='/'>To the homepage?</Link>
2927
</Centralise>
3028
</Layout>
3129
)

0 commit comments

Comments
 (0)