Skip to content

Commit

Permalink
Remove txitter link from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Jan 23, 2025
1 parent c6b4681 commit d31d09b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
import {faDiscord, faGithub, faPatreon, faTwitter} from "@fortawesome/free-brands-svg-icons";
import {faDiscord, faGithub, faPatreon} from "@fortawesome/free-brands-svg-icons";
import {PropsOf} from "@headlessui/react/dist/types";
import Link from "next/link";
import Image from "next/image"
Expand Down Expand Up @@ -47,13 +47,6 @@ const navigation = {
<FontAwesomeIcon icon={faPatreon} {...props}/>
),
},
{
name: 'Twitter',
href: 'https://twitter.com/DisCalBot',
icon: (props: PropsOf<any>) => (
<FontAwesomeIcon icon={faTwitter} {...props}/>
),
},
],
}

Expand Down

0 comments on commit d31d09b

Please sign in to comment.