Skip to content

Commit e1c2004

Browse files
committed
docs(gatsby-plugin-google-gtag): fix OutboundLink code snippet
1 parent be746b9 commit e1c2004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-google-gtag/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To use it, simply import it and use it like you would the `<a>` element e.g.
7474
import React from "react"
7575
import { OutboundLink } from "gatsby-plugin-google-gtag"
7676

77-
export default () => {
77+
export default () => (
7878
<div>
7979
<OutboundLink href="https://www.gatsbyjs.org/packages/gatsby-plugin-google-gtag/">
8080
Visit the Google Global Site Tag plugin page!

0 commit comments

Comments
 (0)