mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-02-12 21:31:43 -05:00
🔀 refactor(service.html): rename "Points" section to "Attributes" for clarity and consistency
This commit is contained in:
parent
0b5559e8ae
commit
3dcc5d7dc2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user