Skip to content

Commit d31d09b

Browse files
committed
Remove txitter link from footer
1 parent c6b4681 commit d31d09b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

components/footer.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
2-
import {faDiscord, faGithub, faPatreon, faTwitter} from "@fortawesome/free-brands-svg-icons";
2+
import {faDiscord, faGithub, faPatreon} from "@fortawesome/free-brands-svg-icons";
33
import {PropsOf} from "@headlessui/react/dist/types";
44
import Link from "next/link";
55
import Image from "next/image"
@@ -47,13 +47,6 @@ const navigation = {
4747
<FontAwesomeIcon icon={faPatreon} {...props}/>
4848
),
4949
},
50-
{
51-
name: 'Twitter',
52-
href: 'https://twitter.com/DisCalBot',
53-
icon: (props: PropsOf<any>) => (
54-
<FontAwesomeIcon icon={faTwitter} {...props}/>
55-
),
56-
},
5750
],
5851
}
5952

0 commit comments

Comments
 (0)