File tree 1 file changed +4
-4
lines changed
layouts/partials/ecosystem/registry
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
"icon" "fab fa-rust")
49
49
-}}
50
50
51
- {{ $isNativ := and (eq .registryType "instrumentation") (.isNative) }}
51
+ {{ $isNative := and (eq .registryType "instrumentation") (.isNative) }}
52
52
{{ $isFirstParty := and (eq .registryType "instrumentation") (.isFirstParty) }}
53
53
{{ $currentTime := (time now) -}}
54
54
{{ $delta := $currentTime.Sub (time.AsTime .createdAt) -}}
64
64
{{ if $isNew -}}
65
65
{{ $highlightStyle = "border-info" -}}
66
66
{{ end -}}
67
- {{ if $isNativ -}}
67
+ {{ if $isNative -}}
68
68
{{ $highlightStyle = "border-success" -}}
69
69
{{ end -}}
70
70
{{ if $isFirstParty -}}
@@ -87,7 +87,7 @@ <h4 class="card-title mb-0 d-flex flex-row">
87
87
{{ if $isNew -}}
88
88
< span class ="badge rounded-pill text-bg-info "> < i class ="fa-regular fa-star "> </ i > new</ span >
89
89
{{ end -}}
90
- {{ if $isNativ -}}
90
+ {{ if $isNative -}}
91
91
< span class ="badge rounded-pill text-bg-success text-white "> < i class ="fa-solid fa-puzzle-piece "> </ i > native</ span >
92
92
{{ end -}}
93
93
{{ if $isFirstParty -}}
@@ -205,4 +205,4 @@ <h6><i class="fa-solid fa-forward"></i> Quick Install</h6>
205
205
{{- end -}}
206
206
</ div >
207
207
</ li >
208
- {{ end -}}
208
+ {{ end -}}
You can’t perform that action at this time.
0 commit comments