Update index.tsx

This commit is contained in:
Ariful Alam 2024-05-04 22:36:20 +06:00 committed by GitHub
parent 228364d07b
commit 61fce3896c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ const DetailsCard = ({ profile, loading, social, github }: Props) => {
icon={<FaSquareThreads />}
title="Threads:"
value={social.threads}
link={`https://www.threads.net/${social.threads}`}
link={`https://www.threads.net/@${social.threads.replace('@', '')}`}
/>
)}
{social?.youtube && (
@ -241,7 +241,7 @@ const DetailsCard = ({ profile, loading, social, github }: Props) => {
<ListItem
icon={<SiUdemy />}
title="Udemy:"
value={`@${social.udemy}`}
value={social.udemy}
link={`https://www.udemy.com/user/${social.udemy}`}
/>
)}