From 02c56e21b63117c5264824bf6f01a2c38677cb9e Mon Sep 17 00:00:00 2001 From: Dorell James Date: Sat, 27 Apr 2024 16:11:52 +0800 Subject: [PATCH] chore: remove share button --- components/GitHubShareButton.tsx | 45 +------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) 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 }