From b320b98d614509693517f2a45da0ff50f39eda84 Mon Sep 17 00:00:00 2001 From: GameDog9988 Date: Sat, 14 Oct 2023 10:36:54 -0400 Subject: [PATCH] feat: remove product hunt links --- apps/client/src/app/page.tsx | 18 +----------------- apps/client/src/components/footer.tsx | 13 ------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/apps/client/src/app/page.tsx b/apps/client/src/app/page.tsx index b854020..69d8e0b 100644 --- a/apps/client/src/app/page.tsx +++ b/apps/client/src/app/page.tsx @@ -28,7 +28,7 @@ export default async function Home() {
- {runningGame ? ( + {runningGame && (
- ) : ( -
- - Artificial Unintelligence - Compete to create the funniest AI images in this party game | Product Hunt - -
)}

The AI Image Party Game

diff --git a/apps/client/src/components/footer.tsx b/apps/client/src/components/footer.tsx index 357253d..04a8681 100644 --- a/apps/client/src/components/footer.tsx +++ b/apps/client/src/components/footer.tsx @@ -2,19 +2,6 @@ const Footer = () => { return (