diff --git a/pkg/appview/db/models.go b/pkg/appview/db/models.go index 9e4bc23..5743196 100644 --- a/pkg/appview/db/models.go +++ b/pkg/appview/db/models.go @@ -131,7 +131,7 @@ type RepositoryWithStats struct { // RepoCardData contains all data needed to render a repository card type RepoCardData struct { OwnerHandle string - OwnerAvatarURL string // Owner's profile avatar URL (fallback when no repo icon) + OwnerAvatarURL string // Owner's profile avatar URL (fallback when no repo icon) Repository string Title string Description string diff --git a/pkg/appview/templates/components/repo-card.html b/pkg/appview/templates/components/repo-card.html index ca114be..8e76dd7 100644 --- a/pkg/appview/templates/components/repo-card.html +++ b/pkg/appview/templates/components/repo-card.html @@ -17,7 +17,7 @@ - LastUpdated: time.Time (optional) - Last push time - RegistryURL: string - Registry URL for docker commands (e.g., "atcr.io") */}} -