From 32c5eb74f66944a4ed8481a40e100af1b0312b5c Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Tue, 2 May 2023 16:28:44 +0000 Subject: [PATCH] fix(site): Remove extra spacing between ssh button --- site/src/components/SSHButton/SSHButton.tsx | 109 ++++++++++---------- 1 file changed, 54 insertions(+), 55 deletions(-) diff --git a/site/src/components/SSHButton/SSHButton.tsx b/site/src/components/SSHButton/SSHButton.tsx index 7ca37d5ddb7e9..865005c905695 100644 --- a/site/src/components/SSHButton/SSHButton.tsx +++ b/site/src/components/SSHButton/SSHButton.tsx @@ -42,64 +42,63 @@ export const SSHButton: React.FC> = ({ > SSH -
- - - Run the following commands to connect with SSH: - - -
- - - Configure SSH hosts on machine: - - - -
+ + + Run the following commands to connect with SSH: + + + +
+ + + Configure SSH hosts on machine: + + + +
-
- - - Connect to the agent: - - - -
-
+
+ + + Connect to the agent: + + + +
+
- - - Install Coder CLI - - - Connect via VS Code Remote SSH - - - Connect via JetBrains Gateway - - - SSH configuration - - -
-
+ + + Install Coder CLI + + + Connect via VS Code Remote SSH + + + Connect via JetBrains Gateway + + + SSH configuration + + + ) }