Skip to content

Commit 0f849de

Browse files
committed
Update copy
1 parent db58034 commit 0f849de

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/components/EmailSignup.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState } from "react";
2-
import { useStaticQuery } from "gatsby";
2+
import { useStaticQuery, graphql } from "gatsby";
33
import fetch from "unfetch";
44
import styled from "styled-components";
55
import toast from "react-hot-toast";
@@ -72,14 +72,12 @@ const EmailSignup = () => {
7272
<span role="img" aria-label="letter">
7373
📩
7474
</span>
75-
&nbsp;&nbsp;Subscribe to Bytes
75+
&nbsp;&nbsp; Subscribe to Bytes
7676
</h4>
7777
<p>
78-
Most newsletters are terrible. Thats why we created Bytes. Our
79-
goal was to create a JavaScript newsletter that was both
80-
educational and entertaining. <b>{subcount.toLocaleString()}</b>{" "}
81-
subscribers and an almost 50% weekly open rate later, it looks
82-
like{" "}
78+
Is it possible to make JavaScript newsletter that isn't terrible?
79+
With <b>{subcount.toLocaleString()}</b> subscribers and almost 50%
80+
weekly open rate, it looks like{" "}
8381
<a
8482
target="_blank"
8583
href="https://twitter.com/uidotdev/timelines/1428028877129936899"
@@ -108,7 +106,7 @@ const EmailSignup = () => {
108106
className="button is-primary has-text-weight-semibold"
109107
type="submit"
110108
>
111-
{isLoading ? "Loading..." : "Subscribe"}
109+
{isLoading ? "Loading..." : "Get Bytes"}
112110
</button>
113111
</div>
114112
</div>

0 commit comments

Comments
 (0)