Skip to content

Commit 6a2be60

Browse files
committed
Add gear
1 parent 64de90e commit 6a2be60

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

public/images/gear-set-blue.png

12.5 KB
Loading

views/index.hbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{{#each dockerCommands}}
2-
<h2>{{ command }} Command</h2>
2+
<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 />
37
{{ description }}
48
<br /><br />
59

0 commit comments

Comments
 (0)