diff --git a/layouts/shortcodes/summary-bar.html b/layouts/shortcodes/summary-bar.html index 1075e61d696a..636c703a4114 100644 --- a/layouts/shortcodes/summary-bar.html +++ b/layouts/shortcodes/summary-bar.html @@ -4,74 +4,79 @@ {{ errorf "[summary-bar] invalid feature: %s %v" $featureName .Position }} {{ end }} {{ if $feature }} -{{ $subscriptionIcons := dict - "Business" "domain" - "Team" "groups" - "Pro" "person_add" - "Personal" "person" - "Available to all" "public" -}} -{{ $availabilityIcons := dict - "Experimental" "science" - "Beta" "bolt" - "Early Access" "rocket_launch" - "GA" "check_circle" - "Retired" "package_2" -}} -{{ $requiresIcon := "browser_updated" }} -{{ $forIcon := "admin_panel_settings" }} + {{ $subscriptionIcons := dict + "Business" "domain" + "Team" "groups" + "Pro" "person_add" + "Personal" "person" + "Available to all" "public" + }} + {{ $availabilityIcons := dict + "Experimental" "science" + "Beta" "bolt" + "Early Access" "rocket_launch" + "GA" "check_circle" + "Retired" "package_2" + }} + {{ $requiresIcon := "browser_updated" }} + {{ $forIcon := "admin_panel_settings" }} -