File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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" />
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import Footer from '../components/Footer'
66import Header from '../components/Header'
77import { useAccentColor } from '../styles/colorModes'
88import dynamic from "next/dynamic" ;
9+ import { FaThreads , FaGithub } from 'react-icons/fa' ;
910
1011const 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 } } >
You can’t perform that action at this time.
0 commit comments