We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a0359 commit dba06c8Copy full SHA for dba06c8
src/pages/subscription-confirmation.js
@@ -1,3 +1,4 @@
1
+import { Link } from 'gatsby'
2
import React from 'react'
3
import { Centralise } from '../components/centralise'
4
import Seo from '../components/seo'
@@ -22,10 +23,7 @@ const SubscriptionConfirmationPage = () => (
22
23
🙌
24
</span>
25
</h1>
- <p>
26
- You should get an approval email shortly. Click the button there if you didn't change
27
- your mind.
28
- </p>
+ <Link to='/'>To the homepage?</Link>
29
</Centralise>
30
</Layout>
31
)
0 commit comments