Skip to content

Commit 6335812

Browse files
committed
Add numbers to SSHButton content for clarity
1 parent 06c9979 commit 6335812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/modules/resources/SSHButton/SSHButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const SSHButton: FC<SSHButtonProps> = ({
5252
<div>
5353
<HelpTooltipText>
5454
<strong css={styles.codeExampleLabel}>
55-
Configure SSH hosts on machine:
55+
1. Configure SSH hosts on machine:
5656
</strong>
5757
</HelpTooltipText>
5858
<CodeExample secret={false} code="coder config-ssh" />
@@ -61,7 +61,7 @@ export const SSHButton: FC<SSHButtonProps> = ({
6161
<div>
6262
<HelpTooltipText>
6363
<strong css={styles.codeExampleLabel}>
64-
Connect to the agent:
64+
2. Connect to the agent:
6565
</strong>
6666
</HelpTooltipText>
6767
<CodeExample

0 commit comments

Comments
 (0)