Skip to content

Commit 305ca60

Browse files
committed
Fix: Update Threads link from .net to .com
1 parent fa16227 commit 305ca60

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function Footer() {
5555
borderRadius="full"
5656
padding="2"
5757
_hover={{ opacity: .7 }}
58-
href="https://threads.net/0xjessel"
58+
href="https://www.threads.com/@0xjessel"
5959
title="Threads"
6060
isExternal>
6161
<RiThreadsLine size="1.1em" />

pages/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Footer from '../components/Footer'
66
import Header from '../components/Header'
77
import { useAccentColor } from '../styles/colorModes'
88
import dynamic from "next/dynamic";
9+
import { FaThreads, FaGithub } from 'react-icons/fa';
910

1011
const HeroImage = dynamic(
1112
() => {
@@ -30,7 +31,7 @@ export default function Index(props) {
3031
additionalLinkTags: [
3132
{
3233
rel: 'me',
33-
href: 'https://www.threads.net/@0xjessel'
34+
href: 'https://www.threads.com/@0xjessel'
3435
}
3536
]
3637
}}>

0 commit comments

Comments
 (0)