We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b4681 commit d31d09bCopy full SHA for d31d09b
components/footer.tsx
@@ -1,5 +1,5 @@
1
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
2
-import {faDiscord, faGithub, faPatreon, faTwitter} from "@fortawesome/free-brands-svg-icons";
+import {faDiscord, faGithub, faPatreon} from "@fortawesome/free-brands-svg-icons";
3
import {PropsOf} from "@headlessui/react/dist/types";
4
import Link from "next/link";
5
import Image from "next/image"
@@ -47,13 +47,6 @@ const navigation = {
47
<FontAwesomeIcon icon={faPatreon} {...props}/>
48
),
49
},
50
- {
51
- name: 'Twitter',
52
- href: 'https://twitter.com/DisCalBot',
53
- icon: (props: PropsOf<any>) => (
54
- <FontAwesomeIcon icon={faTwitter} {...props}/>
55
- ),
56
- },
57
],
58
}
59
0 commit comments