We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64de90e commit 6a2be60Copy full SHA for 6a2be60
2 files changed
public/images/gear-set-blue.png
12.5 KB
views/index.hbs
@@ -1,5 +1,9 @@
1
{{#each dockerCommands}}
2
- <h2>{{ command }} Command</h2>
+ <div class="flex items-center">
3
+ <div class="w-14"><img src="/images/gear-set-blue.png" class="h-9"></div>
4
+ <div class=""><h2>{{ command }} Command</h2></div>
5
+ </div>
6
+ <br />
7
{{ description }}
8
<br /><br />
9
0 commit comments