From 0e78d0a502023bfe706d446f570ffb3568335f83 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Tue, 2 May 2023 13:54:52 -0300 Subject: [PATCH] fix(site): Remove extra spacing between ssh button (#7380) --- 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 7ca37d5ddb..865005c905 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: + -
- - - Connect to the agent: - - - -
-
+ +
+ + + Configure SSH hosts on machine: + + + +
- - - Install Coder CLI - - - Connect via VS Code Remote SSH - - - Connect via JetBrains Gateway - - - SSH configuration - - -
-
+
+ + + Connect to the agent: + + + +
+ + + + + Install Coder CLI + + + Connect via VS Code Remote SSH + + + Connect via JetBrains Gateway + + + SSH configuration + + + ) }