mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-20 09:14:16 +00:00
7 lines
310 B
HTML
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 }}
|