Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswas Khayargoli committed Jul 6, 2024
1 parent 7d2d5ef commit 3959ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SocialLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Facebook, Linkedin, Twitter, ExternalLink } from "lucide-react";
import { buttonVariants } from "./ui/button";
import Link from "next/link";
import Image from "next/image";
import Upwork from "@/public/upwork.png";
import Upwork from "public/upwork.png";

const SocialLinks = () => {
const links = [
Expand Down

0 comments on commit 3959ca7

Please sign in to comment.