diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-11 11:39:04 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-11 11:39:04 -0500 |
| commit | 9f7ea9ca5066322db3e1697cc1d7102fe574aebb (patch) | |
| tree | 5cb648e92eaed74726b02a1e9fd1f90cfe50269a /src/app/page.tsx | |
| parent | 69fa008ea4e1a167e6076a69869388bf012d24b1 (diff) | |
README
Diffstat (limited to 'src/app/page.tsx')
| -rw-r--r-- | src/app/page.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index 77dfed0..e1b43e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,16 +33,6 @@ export default function HomePage() { Create a group </Link> </Button> - <Button asChild variant="secondary" size="lg"> - <a - target="_blank" - rel="noreferrer" - href="https://github.com/scastiel/spliit2" - > - <Github className="w-4 h-4 mr-2" /> - GitHub - </a> - </Button> </div> </div> </section> |
