Skip to content

Commit beb9d31

Browse files
committed
add deprecated summary
1 parent 504ef8a commit beb9d31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/shortcodes/summary-bar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Early Access" "rocket_launch"
1919
"GA" "check_circle"
2020
"Retired" "package_2"
21+
"Deprecated" "warning"
2122
}}
2223
{{ $requiresIcon := "browser_updated" }}
2324
{{ $forIcon := "admin_panel_settings" }}
@@ -45,7 +46,7 @@
4546

4647
{{ with $feature.availability }}
4748
{{ $availabilityText := . }}
48-
<div class="flex flex-wrap gap-1">
49+
<div class="flex flex-wrap gap-1 {{ $availabilityText|lower }}">
4950
<span class="font-bold">Availability:</span>
5051
<span>
5152
{{ $availabilityText }}

0 commit comments

Comments
 (0)