Skip to content

Commit

Permalink
fix: instagram and hreads links renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmeow committed Oct 10, 2024
1 parent 147e2d5 commit 61f60b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ export const SOCIAL_LINKS: { key: number, icon: string, href: string }[] = [
{
key: 2,
icon: 'instagram',
href: 'https://www.instagram.com/khh._.owo'
href: 'https://www.instagram.com/rnmeow.wasm'
},
{
key: 3,
icon: 'threads',
href: 'https://www.threads.net/khh._.owo'
href: 'https://www.threads.net/rnmeow.wasm'
},
{
key: 4,
Expand Down

0 comments on commit 61f60b7

Please sign in to comment.