Skip to content

Commit 14cc53b

Browse files
authored
Merge pull request #139 from uidotdev/add-bytes-logo
Add bytes logo
2 parents 7f23dfe + 30f8fc4 commit 14cc53b

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/EmailSignup.js

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,25 @@ const EmailSignup = () => {
6969
) : (
7070
<>
7171
<h4 className="subtitle is-5">
72-
<span role="img" aria-label="letter">
73-
📩
74-
</span>
72+
<figure
73+
style={{
74+
display: "inline-block",
75+
position: "relative",
76+
top: "12px",
77+
}}
78+
>
79+
<img
80+
width={40}
81+
height={40}
82+
src="/images/bytes-logo.png"
83+
alt="Bytes"
84+
/>
85+
</figure>
7586
&nbsp;&nbsp; Subscribe to Bytes
7687
</h4>
7788
<p>
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{" "}
81-
<a
82-
target="_blank"
83-
href="https://twitter.com/uidotdev/timelines/1428028877129936899"
84-
>
85-
we did it
86-
</a>{" "}
87-
...
89+
The best JavaScript newsletter. Delivered every monday to{" "}
90+
<b>{subcount.toLocaleString()}</b> devs.
8891
</p>
8992
<br />
9093

@@ -102,6 +105,7 @@ const EmailSignup = () => {
102105
</div>
103106
<div className="control">
104107
<button
108+
style={{ backgroundColor: "#ED203D" }}
105109
disabled={isLoading}
106110
className="button is-primary has-text-weight-semibold"
107111
type="submit"
@@ -112,7 +116,6 @@ const EmailSignup = () => {
112116
</div>
113117
</form>
114118
<Extra>
115-
Join {subcount.toLocaleString()} subscribers. {""}
116119
<a href="https://bytes.dev/archives" target="_blank">
117120
See the most recent issue.
118121
</a>

static/images/bytes-logo.png

91.8 KB
Loading

0 commit comments

Comments
 (0)