Skip to content

Commit 4aa9ee4

Browse files
committed
update docs
1 parent 7836b23 commit 4aa9ee4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/stacks-docs/_data/site-navigation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@
227227
},
228228
{
229229
"title": "Buttons",
230-
"url": "/product/components/buttons/"
230+
"url": "/product/components/buttons/",
231+
"new": true
231232
},
232233
{
233234
"title": "Button groups",

packages/stacks-docs/product/components/buttons.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125

126126
<div class="stacks-preview">
127127
{% highlight html %}
128-
<button class="s-btn s-btn__featured" type="button"></button>
129128
<button class="s-btn s-btn__filled s-btn__featured" type="button"></button>
130129
{% endhighlight %}
131130
<div class="stacks-preview--example">
@@ -178,7 +177,6 @@
178177
<div class="stacks-preview">
179178
{% highlight html %}
180179
<button class="s-btn s-btn__tonal" type="button"></button>
181-
<button class="s-btn s-btn__filled s-btn__tonal" type="button"></button>
182180
{% endhighlight %}
183181
<div class="stacks-preview--example">
184182
<div class="overflow-x-auto">

0 commit comments

Comments
 (0)