summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx3
1 files changed, 2 insertions, 1 deletions
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}
/>
+
+ <SmartClipboardButton />
{/* Configuration Section - only show if installed */}
{isInstalled && (
@@ -84,7 +86,6 @@ export function Content() {
<WikiButton />
<ClipboardButton />
- <SmartClipboardButton />
{/* Plugin Update Checker */}
<PluginUpdateChecker /> {/* Nerd Stuff Button */}