We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6413002 commit 4ee3bacCopy full SHA for 4ee3bac
src/pages/index.js
@@ -1,4 +1,5 @@
1
import React from 'react'
2
+import { Link, withPrefix } from 'gatsby'
3
import Meetup from '../components/Meetup'
4
5
import speakImg from '../images/speak.jpeg'
@@ -88,9 +89,9 @@ const IndexPage = () => (
88
89
We are always open to new speakers, please see our questionnaire for
90
more details.
91
</div>
- <a className="outline-button small-button" href={'/speak/'}>
92
+ <Link className="outline-button small-button" to={withPrefix('/speak/')}>
93
Learn More
- </a>
94
+ </Link>
95
96
97
</Layout>
0 commit comments