Files
at-container-registry/pkg/appview/templates/components/nav-brand.html
T
2026-04-19 17:35:41 -05:00

7 lines
310 B
HTML

{{ define "nav-brand" }}
<a href="/" class="flex items-center gap-2 text-2xl font-display font-bold text-secondary no-underline tracking-tight">
<img src="/favicon-96x96.png" width="48" height="48" fetchpriority="high" class="h-12 w-auto" alt="{{ .ClientName }} logo">
{{ .ClientName }}
</a>
{{ end }}