diff --git a/src/web/templates/components/service_card.html b/src/web/templates/components/service_card.html index 26d6617..45e52e6 100644 --- a/src/web/templates/components/service_card.html +++ b/src/web/templates/components/service_card.html @@ -26,10 +26,17 @@
- - {{.Type}} - + {{if eq .Type "exchange"}} + + {{.Type}} + + {{else}} + + {{.Category}} + + {{end}} {{template "components/service_icons" .}}
- \ No newline at end of file + +