Skip to content

Commit 8c4fac3

Browse files
authored
Formatting - adds p tag for tip class
1 parent d69b7c7 commit 8c4fac3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/1-the-manual-menace/1-the-basics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ echo ${GIT_SERVER}
3838
```
3939

4040
8. Check if you can connect to OpenShift. Run the command below.
41-
Tip: Before you hit enter, make sure you change the username and password to match your team's login details!
41+
<p class="tip">
42+
⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details!
43+
</p>
4244
```bash
4345
oc login --server=https://api.${CLUSTER_DOMAIN##apps.}:6443 -u <USERNAME> -p <PASSWORD>
4446
```

0 commit comments

Comments
 (0)