Skip to content

Commit

Permalink
fix(gatsby-starter-blog): Remove superfluous text-decoration:none (#2…
Browse files Browse the repository at this point in the history
…2471)

text-decoration: none is already set, earlier in the cascade
  • Loading branch information
Strangehill authored Mar 27, 2020
1 parent ad94691 commit 1fb8d2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starters/blog/src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const Layout = ({ location, title, children }) => {
<Link
style={{
boxShadow: `none`,
textDecoration: `none`,
color: `inherit`,
}}
to={`/`}
Expand All @@ -39,7 +38,6 @@ const Layout = ({ location, title, children }) => {
<Link
style={{
boxShadow: `none`,
textDecoration: `none`,
color: `inherit`,
}}
to={`/`}
Expand Down

0 comments on commit 1fb8d2f

Please sign in to comment.