From c6b3d003035197a0a9cab05993acb180cda4a8b5 Mon Sep 17 00:00:00 2001
From: Gary_Hou <52512824+hougarry@users.noreply.github.com>
Date: Wed, 27 Sep 2023 23:30:37 +0800
Subject: [PATCH] Update GitHubShareButton.tsx
---
components/GitHubShareButton.tsx | 41 +++++++-------------------------
1 file changed, 9 insertions(+), 32 deletions(-)
diff --git a/components/GitHubShareButton.tsx b/components/GitHubShareButton.tsx
index 9f7c1d6..46054c4 100644
--- a/components/GitHubShareButton.tsx
+++ b/components/GitHubShareButton.tsx
@@ -11,38 +11,15 @@ export const GitHubShareButton: React.FC = () => {
className={styles.githubCorner}
aria-label='View source on GitHub'
>
-
+
)
}