🔀 refactor(service.html): rename "Points" section to "Attributes" for clarity and consistency

This commit is contained in:
pluja 2023-10-31 00:04:56 +01:00
parent 0b5559e8ae
commit 3dcc5d7dc2

View File

@ -91,11 +91,11 @@
{{template "components/kyc_level" .Service.KycLevel}}
</section>
<!-- Points -->
<!-- Attributes -->
<section class="flex flex-col items-center justify-center p-4">
<div class="grid grid-cols-1 gap-2 md:grid-cols-2">
{{range .Attributes}}
{{template "components/point" .}}
{{template "components/attribute_line" .}}
{{end}}
</div>
</section>