Skip to content

Commit 5ca740a

Browse files
committed
Update Footer.tsx
1 parent b70d5f3 commit 5ca740a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/components/Footer.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
FaCodeBranch
1414
} from "react-icons/fa";
1515
import { motion } from "framer-motion";
16-
import { Github, Linkedin, Send, Mail } from "lucide-react";
16+
import { Github, Linkedin, Mail } from "lucide-react";
1717

1818
// ============================================================
1919
// TYPES
@@ -366,15 +366,6 @@ export default function Footer(): ReactNode {
366366
>
367367
<Linkedin className="w-3.5 h-3.5" style={{ color: c.textDim }} />
368368
</a>
369-
<a
370-
href="https://t.me/hamiparsa"
371-
target="_blank"
372-
rel="noopener noreferrer"
373-
className="p-1.5 rounded-lg transition-all duration-300 hover:scale-110"
374-
style={{ background: c.bgCard }}
375-
>
376-
<Send className="w-3.5 h-3.5" style={{ color: c.textDim }} />
377-
</a>
378369
<a
379370
href="mailto:hamiparsa@gmail.com"
380371
className="p-1.5 rounded-lg transition-all duration-300 hover:scale-110"

0 commit comments

Comments
 (0)