File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 FaCodeBranch
1414} from "react-icons/fa" ;
1515import { 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"
You can’t perform that action at this time.
0 commit comments