Skip to content

Commit ff35e77

Browse files
committed
Add timeline link
1 parent 896a050 commit ff35e77

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/components/EmailSignup.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,14 @@ const EmailSignup = () => {
7979
goal was to create a JavaScript newsletter that was both
8080
educational and entertaining. <b>{subcount.toLocaleString()}</b>{" "}
8181
subscribers and an almost 50% weekly open rate later, it looks
82-
like we did it...
82+
like{" "}
83+
<a
84+
target="_blank"
85+
href="https://twitter.com/uidotdev/timelines/1428028877129936899"
86+
>
87+
we did it
88+
</a>{" "}
89+
...
8390
</p>
8491
<br />
8592

@@ -107,7 +114,7 @@ const EmailSignup = () => {
107114
</div>
108115
</form>
109116
<Extra>
110-
Join {subcount.toLocaleString()} subscribers. No spam ever. <br />
117+
Join {subcount.toLocaleString()} subscribers. {""}
111118
<a href="https://bytes.dev/archives" target="_blank">
112119
See the most recent issue.
113120
</a>

0 commit comments

Comments
 (0)