Skip to content

Commit

Permalink
Always use gatsby-link
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Feb 17, 2017
1 parent d0ccb34 commit bdc68bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/layouts/default.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react"
import typography, { rhythm, scale } from "utils/typography"
import logo from "images/gatsby-monogram.jpg"
import Link from "react-router/lib/Link"
import Link from "gatsby-link"
import DocumentIcon from "react-icons/lib/go/file-text"
import CodeIcon from "react-icons/lib/go/code"
import PencilIcon from "react-icons/lib/go/pencil"
Expand Down
2 changes: 1 addition & 1 deletion www/pages/blog/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react"
import Link from "react-router/lib/Link"
import Link from "gatsby-link"

import { rhythm } from "utils/typography"

Expand Down

0 comments on commit bdc68bf

Please sign in to comment.