Skip to content

Commit 8a9ac54

Browse files
authored
feat: reference threads account (#103)
1 parent 8569f8d commit 8a9ac54

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/404.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ const NotFoundPage = () => {
160160
<a href="/blog">Blog</a>
161161
</li>
162162
<li>
163-
<a href="https://twitter.com/JonGearDev" target="_blank">
164-
Twitter
163+
<a href="https://www.threads.com/@jongeardev" target="_blank">
164+
Threads
165165
</a>
166166
</li>
167167
<li>

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ const IndexPage = () => {
191191
<a href="/blog">Blog</a>
192192
</li>
193193
<li>
194-
<a href="https://twitter.com/JonGearDev" target="_blank">
195-
Twitter
194+
<a href="https://www.threads.com/@jongeardev" target="_blank">
195+
Threads
196196
</a>
197197
</li>
198198
<li>

0 commit comments

Comments
 (0)