We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d734d commit d3792f4Copy full SHA for d3792f4
4 files changed
docs/clients/fslabs.svg
docs/index.html
@@ -54,6 +54,7 @@
54
<img src="https://rustunit.com/clients/cratr.svg" alt="cratr logo" />
55
<img src="https://rustunit.com/clients/gamigo.svg" alt="gamigo logo" />
56
<img src="https://rustunit.com/clients/hyper.svg" alt="hyper logo" />
57
+ <img src="https://rustunit.com/clients/fslabs.svg" alt="fslabs logo" />
58
<!-- didi? -->
59
</div>
60
static/clients/fslabs.svg
templates/index.html
@@ -33,6 +33,7 @@
33
<img src="{{ get_url(path='clients/cratr.svg') }}" alt="cratr logo" />
34
<img src="{{ get_url(path='clients/gamigo.svg') }}" alt="gamigo logo" />
35
<img src="{{ get_url(path='clients/hyper.svg') }}" alt="hyper logo" />
36
+ <img src="{{ get_url(path='clients/fslabs.svg') }}" alt="fslabs logo" />
37
38
39
0 commit comments