diff --git a/components/GitHubShareButton.tsx b/components/GitHubShareButton.tsx index 4a84d91..9a575b9 100644 --- a/components/GitHubShareButton.tsx +++ b/components/GitHubShareButton.tsx @@ -1,48 +1,5 @@ import * as React from 'react' -import styles from './styles.module.css' - export const GitHubShareButton: React.FC = () => { - return ( - - - - ) + return null }