Skip to content

Commit 80a9c9a

Browse files
committed
add hyper logo
1 parent ac9a5e3 commit 80a9c9a

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

docs/clients/hyper.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@
4747

4848
<div class="row">
4949
<img src="https://rustunit.com/clients/kraken.svg" alt="kraken logo" />
50-
<img src="https://rustunit.com/clients/mtg.svg" alt="mtg logo" />
5150
<img src="https://rustunit.com/clients/gitbutler.svg" alt="gitbutler logo" />
51+
<img src="https://rustunit.com/clients/mtg.svg" alt="mtg logo" />
5252
<img src="https://rustunit.com/clients/kolibri.svg" alt="kolibri logo" />
5353
<img src="https://rustunit.com/clients/ggs.svg" alt="ggs logo" />
5454
<img src="https://rustunit.com/clients/cratr.svg" alt="cratr logo" />
5555
<img src="https://rustunit.com/clients/gamigo.svg" alt="gamigo logo" />
56+
<img src="https://rustunit.com/clients/hyper.svg" alt="hyper logo" />
57+
<!-- didi? -->
5658
</div>
5759
</div>
5860
<div class="apps column right" id="games">

static/clients/hyper.svg

Lines changed: 4 additions & 0 deletions
Loading

templates/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626

2727
<div class="row">
2828
<img src="{{ get_url(path='clients/kraken.svg') }}" alt="kraken logo" />
29-
<img src="{{ get_url(path='clients/mtg.svg') }}" alt="mtg logo" />
3029
<img src="{{ get_url(path='clients/gitbutler.svg') }}" alt="gitbutler logo" />
30+
<img src="{{ get_url(path='clients/mtg.svg') }}" alt="mtg logo" />
3131
<img src="{{ get_url(path='clients/kolibri.svg') }}" alt="kolibri logo" />
3232
<img src="{{ get_url(path='clients/ggs.svg') }}" alt="ggs logo" />
3333
<img src="{{ get_url(path='clients/cratr.svg') }}" alt="cratr logo" />
3434
<img src="{{ get_url(path='clients/gamigo.svg') }}" alt="gamigo logo" />
35+
<img src="{{ get_url(path='clients/hyper.svg') }}" alt="hyper logo" />
36+
<!-- didi? -->
3537
</div>
3638
</div>
3739
<div class="apps column right" id="games">

0 commit comments

Comments
 (0)