From 9fff79f3ef4f2634d16d1cf7813d7d4110f61ab2 Mon Sep 17 00:00:00 2001 From: "maige-app[bot]" <303827+maige-app[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:37:06 +0000 Subject: [PATCH] feat: Add copy button feature for command on route --- src/pages/add-dock.tsx | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/pages/add-dock.tsx b/src/pages/add-dock.tsx index b0ae512..fbf95a7 100644 --- a/src/pages/add-dock.tsx +++ b/src/pages/add-dock.tsx @@ -62,9 +62,21 @@ const AddDock = () => { To add your own dock, run the following command in your{" "} terminal:

- - npx dockhunt - +
+ + npx dockhunt + + +

The command will:

  1. Find the apps in your dock
  2. @@ -95,7 +107,7 @@ const AddDock = () => {

    Dockhunt will only use the apps that are pinned to your dock. Apps can - be pinned by right-clicking and selecting Options > Keep in Dock. + be pinned by right-clicking and selecting Options > Keep in Dock. Apps that are not pinned will be ignored.

    { ); }; -export default AddDock; +export default AddDock; \ No newline at end of file