From 1c487b0373d592938abe73c28d15dc4f05af59a5 Mon Sep 17 00:00:00 2001 From: SinusFox <61253950+SinusFox@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:04:10 +0200 Subject: [PATCH] Removing "Popout" button This feature won't be needed in this state of the project and might come back later. Right now it serves no functional purpose. --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 853759d..530df20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,10 +39,10 @@ export default function Home() { - + /> */} );