File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 74
74
<Divider vertical />
75
75
</span >
76
76
{/if }
77
- <Badge size =" xs" variant =" secondary" content =" BETA" />
77
+ <Badge
78
+ size =" xs"
79
+ type =" success"
80
+ variant =" secondary"
81
+ content =" Generally Available"
82
+ style =" white-space: nowrap;" />
78
83
</Layout .Stack >
79
84
</div >
80
85
{/if }
83
88
justifyContent ={$isSmallViewport ? ' flex-start' : ' flex-end' }
84
89
alignItems =" center" >
85
90
{#if isCloud }
86
- {#if ! $isSmallViewport }<Badge size =" xs" variant =" secondary" content =" BETA" /><Icon
87
- size =" s"
88
- icon ={IconCloud } />
91
+ {#if ! $isSmallViewport }
92
+ <Badge
93
+ size =" xs"
94
+ type =" success"
95
+ variant =" secondary"
96
+ content =" Generally Available"
97
+ style =" white-space: nowrap;" />
98
+
99
+ <Icon size ="s" icon ={IconCloud } />
89
100
{#if $version }
90
101
<Link .Anchor
91
102
size =" s"
You can’t perform that action at this time.
0 commit comments