Skip to content

Commit 6f9ecc4

Browse files
fix link for cta
1 parent 467466d commit 6f9ecc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Header/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33

44
const Header = () => (
55
<header>
6-
<Logo />
6+
{ /* <Logo /> */ }
77
</header>
88
)
99

components/Hero/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Hero = () => (
77
<section className={style.hero}>
88
<header className={style.header}>
99
<h1 className={style.title}>We build <strong>web</strong>, <strong>app</strong>, and <strong>experiences</strong></h1>
10-
<ButtonLink url="http://www.google.com" label="Contact us" />
10+
<ButtonLink url="mailto:[email protected]" label="Contact us" />
1111
</header>
1212
</section>
1313
)

0 commit comments

Comments
 (0)