Skip to content

Commit 8a32eb6

Browse files
committed
warning fixes
1 parent c04de38 commit 8a32eb6

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/pages/solutions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/** @jsx jsx */
2-
import React from "react"
32
import { jsx } from "@emotion/core"
43
import { graphql } from "gatsby"
54
import Img from "gatsby-image"

src/templates/global-styles.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ export const globalStyle = {
3030
lineHeight: lineHeights[1],
3131
marginBottom: space[2],
3232
},
33-
'b': {
34-
fontSize: fonts.bold,
35-
},
3633
h1: {
3734
fontFamily: fonts.heading,
3835
fontSize: fontSizes.desktop[5],

src/templates/layout.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const Footer = ({ images }) => (
9191
<Input
9292
name="MERGE0"
9393
type="email"
94-
placeholder="Email address"
9594
backgroundColor="black.4"
9695
borderWidth={0}
9796
borderRadius={[3, "6px 0 0 6px"]}

0 commit comments

Comments
 (0)