Skip to content

Commit

Permalink
Was it only svg?
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGytis committed Jan 25, 2024
1 parent 6767d3e commit 6cba19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/SocialMedia.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BsGithub, BsFacebook } from "react-icons/bs";
import SvgGmail from "../../../public/images/svg/svgGmail";
// import SvgLinkedIn from "../../../public/images/svg/SvgLinkedIn";
import SvgLinkedIn from "../../../public/images/svg/SvgLinkedIn";

const SocialMedia: any = () => {
return (
Expand All @@ -13,7 +13,7 @@ const SocialMedia: any = () => {
</a>

<a href="https://www.linkedin.com/in/gytis-leonavicius-74839519a/">
{/* <SvgLinkedIn className="w-7 text-[1.7rem] fill-tag hover:cursor-pointer hover:fill-primary" /> */}
<SvgLinkedIn className="w-7 text-[1.7rem] fill-tag hover:cursor-pointer hover:fill-primary" />
</a>
<a href="mailto:[email protected]">
<SvgGmail className="text-2xl fill-tag hover:cursor-pointer hover:fill-primary" />
Expand Down

0 comments on commit 6cba19c

Please sign in to comment.