We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be746b9 commit e1c2004Copy full SHA for e1c2004
packages/gatsby-plugin-google-gtag/README.md
@@ -74,7 +74,7 @@ To use it, simply import it and use it like you would the `<a>` element e.g.
74
import React from "react"
75
import { OutboundLink } from "gatsby-plugin-google-gtag"
76
77
-export default () => {
+export default () => (
78
<div>
79
<OutboundLink href="https://www.gatsbyjs.org/packages/gatsby-plugin-google-gtag/">
80
Visit the Google Global Site Tag plugin page!
0 commit comments