From c07cf0dde2f26ec3ac672efe06da7cd991ed208b Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 20 Oct 2025 13:40:18 -0400 Subject: chore: move uninstall and statuses locations in ui --- src/components/Content.tsx | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'src') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 8fb3fe3..71329ad 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -126,28 +126,8 @@ export function Content() { /> )} - {/* Usage instructions - always visible for user guidance */} - - - {/* Show installation components at bottom when fully installed */} - {isInstalled && ( - <> - - - - - )} + {/* Usage instructions - always visible for user guidance */} + {/* Nerd Stuff Button */} @@ -168,6 +148,26 @@ export function Content() { Flatpak Setup + + {/* Status and uninstall sit at bottom when installed to match desired layout */} + {isInstalled && ( + <> + + + + + )} ); } -- cgit v1.2.3