Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/pajamas/badge_component.rb')
-rw-r--r--app/components/pajamas/badge_component.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/pajamas/badge_component.rb b/app/components/pajamas/badge_component.rb
index 4955bcd29ed..b60c12d20ef 100644
--- a/app/components/pajamas/badge_component.rb
+++ b/app/components/pajamas/badge_component.rb
@@ -23,7 +23,7 @@ module Pajamas
end
SIZE_OPTIONS = [:sm, :md, :lg].freeze
- VARIANT_OPTIONS = [:muted, :neutral, :info, :success, :warning, :danger].freeze
+ VARIANT_OPTIONS = [:muted, :neutral, :info, :success, :warning, :danger, :tier].freeze
private