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 = () => {
69
69
) : (
70
70
< >
71
71
< 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 >
75
86
Subscribe to Bytes
76
87
</ h4 >
77
88
< 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.
88
91
</ p >
89
92
< br />
90
93
@@ -102,6 +105,7 @@ const EmailSignup = () => {
102
105
</ div >
103
106
< div className = "control" >
104
107
< button
108
+ style = { { backgroundColor : "#ED203D" } }
105
109
disabled = { isLoading }
106
110
className = "button is-primary has-text-weight-semibold"
107
111
type = "submit"
@@ -112,7 +116,6 @@ const EmailSignup = () => {
112
116
</ div >
113
117
</ form >
114
118
< Extra >
115
- Join { subcount . toLocaleString ( ) } subscribers. { "" }
116
119
< a href = "https://bytes.dev/archives" target = "_blank" >
117
120
See the most recent issue.
118
121
</ a >
You can’t perform that action at this time.
0 commit comments