File tree Expand file tree Collapse file tree 3 files changed +22
-14
lines changed
Expand file tree Collapse file tree 3 files changed +22
-14
lines changed Original file line number Diff line number Diff 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 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 >
You can’t perform that action at this time.
0 commit comments