From 7eb0d13caf2bce59921c8367dd98d1f362b5ba0a Mon Sep 17 00:00:00 2001 From: Philip Mocz Date: Tue, 15 Oct 2024 11:58:18 -0400 Subject: [PATCH] Update App.tsx install button --- src/App.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1a0a8fe..406f5dc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -124,6 +124,20 @@ function Body() { hasAnimation={true} /> + + { <> @@ -285,19 +299,6 @@ function Body() { - ); }