Skip to content

Commit

Permalink
feat(website): remove facebook messenger button (#3792)
Browse files Browse the repository at this point in the history
Co-authored-by: Kok Rui Wong <[email protected]>
  • Loading branch information
mug1wara26 and kokrui committed Sep 18, 2024
1 parent 08addea commit 862999d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/src/views/components/FeedbackModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { connect } from 'react-redux';
import { Heart, GitHub, Facebook, Mail } from 'react-feather';
import { Heart, GitHub, Mail } from 'react-feather';

import config from 'config';
import { toggleFeedback } from 'actions/app';
Expand All @@ -18,10 +18,6 @@ type Props = {
export const FeedbackButtons: React.FC = () => (
<div>
<div className={styles.links}>
<ExternalLink className={styles.messenger} href={config.contact.messenger}>
<Facebook />
Messenger
</ExternalLink>
<ExternalLink className={styles.github} href={config.contact.githubRepo}>
<GitHub />
GitHub
Expand Down

0 comments on commit 862999d

Please sign in to comment.