Skip to content

Commit 188e866

Browse files
Update Footer.tsx
Use of X logo instead Twitter
1 parent 2d58b11 commit 188e866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { Linkedin, Twitter } from 'lucide-react';
2+
import { Linkedin, X } from 'lucide-react';
33

44
const Footer: React.FC = () => {
55
return (

0 commit comments

Comments
 (0)