1 parent cf29258 commit 12eec92Copy full SHA for 12eec92
1 file changed
src/components/Footer.tsx
@@ -1,7 +1,6 @@
1
"use client";
2
3
import { FaGithub, FaLinkedin } from "react-icons/fa";
4
-import { FaTelegramPlane } from "react-icons/fa";
5
6
export default function Footer() {
7
return (
@@ -33,14 +32,6 @@ export default function Footer() {
33
32
>
34
<FaLinkedin size={32} />
35
</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>
44
</div>
45
46
0 commit comments