Skip to content

Commit 96265c5

Browse files
committed
feat(components/Footer): remove unused const
1 parent a70111c commit 96265c5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/components/Footer/Footer.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@ import Link from '../Link/Link';
33
import { BiMailSend, BiSolidFileArchive } from 'react-icons/bi';
44

55
function Footer() {
6-
const footerItems = [
7-
{
8-
name: 'LinkedIn',
9-
url: '',
10-
},
11-
{
12-
name: 'GitHub',
13-
url: '',
14-
},
15-
{
16-
name: 'Medium',
17-
url: '',
18-
},
19-
];
20-
216
const firstColumnItems = [
227
{
238
url: 'https://www.linkedin.com/in/mateuseliasdeandradepereira/',

0 commit comments

Comments
 (0)