feat: bold for self name
This commit is contained in:
parent
550841e882
commit
d2015c57ff
|
@ -57,7 +57,9 @@
|
||||||
<div class="person-bricks flex flex-col items-center"
|
<div class="person-bricks flex flex-col items-center"
|
||||||
id="person-{{.Index}}" style="--i: {{ .Index }}">
|
id="person-{{.Index}}" style="--i: {{ .Index }}">
|
||||||
{{ range .BricksForPerson }} {{ template "brick" . }} {{ end }}
|
{{ range .BricksForPerson }} {{ template "brick" . }} {{ end }}
|
||||||
<p>{{ .Name }}</p>
|
<p
|
||||||
|
{{ if eq 0 .Index }} class="font-bold" {{ end }}
|
||||||
|
>{{ .Name }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue