Skip to content

Commit 12eec92

Browse files
committed
Your commit message
1 parent cf29258 commit 12eec92

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/components/Footer.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"use client";
22

33
import { FaGithub, FaLinkedin } from "react-icons/fa";
4-
import { FaTelegramPlane } from "react-icons/fa";
54

65
export default function Footer() {
76
return (
@@ -33,14 +32,6 @@ export default function Footer() {
3332
>
3433
<FaLinkedin size={32} />
3534
</a>
36-
<a
37-
href="https://t.me/hamiparsa_chanel"
38-
target="_blank"
39-
rel="noopener noreferrer"
40-
className="text-gray-300 hover:text-purple-400 transition-all duration-300 transform hover:scale-125 hover:shadow-lg hover:shadow-purple-400/60"
41-
>
42-
<FaTelegramPlane size={32} />
43-
</a>
4435
</div>
4536
</div>
4637

0 commit comments

Comments
 (0)