feat: bold for self name

This commit is contained in:
efim 2023-11-23 06:25:23 +00:00
parent 550841e882
commit d2015c57ff
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@
<div class="person-bricks flex flex-col items-center"
id="person-{{.Index}}" style="--i: {{ .Index }}">
{{ range .BricksForPerson }} {{ template "brick" . }} {{ end }}
<p>{{ .Name }}</p>
<p
{{ if eq 0 .Index }} class="font-bold" {{ end }}
>{{ .Name }}</p>
</div>
{{ end }}