diff --git a/layouts/partials/ecosystem/registry/entry.html b/layouts/partials/ecosystem/registry/entry.html index 488269f342f4..7107e29ac8ba 100644 --- a/layouts/partials/ecosystem/registry/entry.html +++ b/layouts/partials/ecosystem/registry/entry.html @@ -48,7 +48,7 @@ "icon" "fab fa-rust") -}} - {{ $isNativ := and (eq .registryType "instrumentation") (.isNative) }} + {{ $isNative := and (eq .registryType "instrumentation") (.isNative) }} {{ $isFirstParty := and (eq .registryType "instrumentation") (.isFirstParty) }} {{ $currentTime := (time now) -}} {{ $delta := $currentTime.Sub (time.AsTime .createdAt) -}} @@ -64,7 +64,7 @@ {{ if $isNew -}} {{ $highlightStyle = "border-info" -}} {{ end -}} - {{ if $isNativ -}} + {{ if $isNative -}} {{ $highlightStyle = "border-success" -}} {{ end -}} {{ if $isFirstParty -}} @@ -87,7 +87,7 @@