Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 18, 2023
1 parent 136ccef commit f1ffb50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const Footer: FunctionalComponent = () => {
Made with
</div>
{icons.map(({ Icon, href, name }, index) => {
console.log(index);
return (
<>
<a
Expand Down

0 comments on commit f1ffb50

Please sign in to comment.