From 3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 15 Jul 2025 21:45:20 -0400 Subject: add clipboard web launch button --- src/components/Content.tsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/Content.tsx') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 16c8f2f..c7c52a5 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -6,6 +6,8 @@ import { StatusDisplay } from "./StatusDisplay"; import { InstallationButton } from "./InstallationButton"; import { ConfigurationSection } from "./ConfigurationSection"; import { UsageInstructions } from "./UsageInstructions"; +import { WikiButton } from "./WikiButton"; +import { ClipboardButton } from "./ClipboardButton"; export function Content() { const { @@ -109,6 +111,9 @@ export function Content() { )} + + + ); } -- cgit v1.2.3