From 0dd6b54e6992f6d71a920a7b8bd8ca84672db145 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 21 Jul 2025 13:21:11 -0400 Subject: bring copy button to top for more usage --- src/components/Content.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/Content.tsx') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index c4934a6..a075574 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -71,6 +71,8 @@ export function Content() { isInstalled={isInstalled} installationStatus={installationStatus} /> + + {/* Configuration Section - only show if installed */} {isInstalled && ( @@ -84,7 +86,6 @@ export function Content() { - {/* Plugin Update Checker */} {/* Nerd Stuff Button */} -- cgit v1.2.3