Skip to content

Commit abe6c1e

Browse files
authored
Typo fix isNativ to isNative (#4856)
1 parent a2e600f commit abe6c1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/partials/ecosystem/registry/entry.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"icon" "fab fa-rust")
4949
-}}
5050

51-
{{ $isNativ := and (eq .registryType "instrumentation") (.isNative) }}
51+
{{ $isNative := and (eq .registryType "instrumentation") (.isNative) }}
5252
{{ $isFirstParty := and (eq .registryType "instrumentation") (.isFirstParty) }}
5353
{{ $currentTime := (time now) -}}
5454
{{ $delta := $currentTime.Sub (time.AsTime .createdAt) -}}
@@ -64,7 +64,7 @@
6464
{{ if $isNew -}}
6565
{{ $highlightStyle = "border-info" -}}
6666
{{ end -}}
67-
{{ if $isNativ -}}
67+
{{ if $isNative -}}
6868
{{ $highlightStyle = "border-success" -}}
6969
{{ end -}}
7070
{{ if $isFirstParty -}}
@@ -87,7 +87,7 @@ <h4 class="card-title mb-0 d-flex flex-row">
8787
{{ if $isNew -}}
8888
<span class="badge rounded-pill text-bg-info"><i class="fa-regular fa-star"></i> new</span>
8989
{{ end -}}
90-
{{ if $isNativ -}}
90+
{{ if $isNative -}}
9191
<span class="badge rounded-pill text-bg-success text-white"><i class="fa-solid fa-puzzle-piece"></i> native</span>
9292
{{ end -}}
9393
{{ if $isFirstParty -}}
@@ -205,4 +205,4 @@ <h6><i class="fa-solid fa-forward"></i> Quick Install</h6>
205205
{{- end -}}
206206
</div>
207207
</li>
208-
{{ end -}}
208+
{{ end -}}

0 commit comments

Comments
 (0)