Skip to content

Commit

Permalink
Update dock.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuvify authored Mar 5, 2025
1 parent 5160994 commit 0d62f9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/dock/dock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,28 @@ export function Dock() {
icon: (
<IconBrandLinkedin className="h-full w-full text-neutral-500 dark:text-neutral-300" />
),
href: "https://www.linkedin.com/in/cautcus/",
href: "www.linkedin.com/in/ayuvify",
},
{
title: "Instagram",
icon: (
<IconBrandInstagram className="h-full w-full text-neutral-500 dark:text-neutral-300" />
),
href: "https://www.instagram.com/cautcus/",
href: "https://www.instagram.com/ayuvify/",
},
{
title: "Twitter",
icon: (
<IconBrandX className="h-full w-full text-neutral-500 dark:text-neutral-300" />
),
href: "https://x.com/cautcus",
href: "https://x.com/ayuvify",
},
{
title: "GitHub",
icon: (
<IconBrandGithub className="h-full w-full text-neutral-500" />
),
href: "https://github.com/cautcus",
href: "https://github.com/ayuvify",
},
];

Expand Down

0 comments on commit 0d62f9c

Please sign in to comment.