tailwind .label

This commit is contained in:
fiatjaf
2023-10-24 20:06:24 -03:00
parent 81390b159c
commit 2b9c45d854
6 changed files with 14 additions and 20 deletions

View File

@@ -116,13 +116,13 @@
></div>
<div class="leading-5 mb-6">
<div class="label">Author Public key</div>
<div class="text-sm text-strongpink">Author Public key</div>
{{.Npub}}
</div>
{{ if not (eq 0 (len .SeenOn)) }}
<div class="leading-5 mb-6">
<div class="label">Seen on</div>
<div class="text-sm text-strongpink">Seen on</div>
{{ range .SeenOn }}<a href="/r/{{.}}">{{.}}</a>
{{ end }}
</div>