@@ -188,8 +188,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
188
188
</span >
189
189
</button >
190
190
<button
191
- class = " btn btn-stack-overflow btn-sm"
192
- name = " stack-overflow "
191
+ class = " btn btn-stackoverflow btn-sm"
192
+ name = " stackoverflow "
193
193
type = " button"
194
194
>
195
195
<svg
@@ -202,7 +202,7 @@ exports[`BrandButtons.vue renders correctly 1`] = `
202
202
</svg >
203
203
204
204
<span >
205
- stack-overflow
205
+ stackoverflow
206
206
</span >
207
207
</button >
208
208
<button
@@ -501,8 +501,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
501
501
</span >
502
502
</button >
503
503
<button
504
- class = " btn btn-stack-overflow "
505
- name = " stack-overflow "
504
+ class = " btn btn-stackoverflow "
505
+ name = " stackoverflow "
506
506
type = " button"
507
507
>
508
508
<svg
@@ -515,7 +515,7 @@ exports[`BrandButtons.vue renders correctly 1`] = `
515
515
</svg >
516
516
517
517
<span >
518
- stack-overflow
518
+ stackoverflow
519
519
</span >
520
520
</button >
521
521
<button
@@ -820,8 +820,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
820
820
</span >
821
821
</button >
822
822
<button
823
- class = " btn btn-stack-overflow btn-lg"
824
- name = " stack-overflow "
823
+ class = " btn btn-stackoverflow btn-lg"
824
+ name = " stackoverflow "
825
825
type = " button"
826
826
>
827
827
<svg
@@ -834,7 +834,7 @@ exports[`BrandButtons.vue renders correctly 1`] = `
834
834
</svg >
835
835
836
836
<span >
837
- stack-overflow
837
+ stackoverflow
838
838
</span >
839
839
</button >
840
840
<button
@@ -1145,8 +1145,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
1145
1145
</svg >
1146
1146
</button >
1147
1147
<button
1148
- class = " btn btn-stack-overflow btn-sm"
1149
- name = " stack-overflow "
1148
+ class = " btn btn-stackoverflow btn-sm"
1149
+ name = " stackoverflow "
1150
1150
type = " button"
1151
1151
>
1152
1152
<svg
@@ -1390,8 +1390,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
1390
1390
</svg >
1391
1391
</button >
1392
1392
<button
1393
- class = " btn btn-stack-overflow "
1394
- name = " stack-overflow "
1393
+ class = " btn btn-stackoverflow "
1394
+ name = " stackoverflow "
1395
1395
type = " button"
1396
1396
>
1397
1397
<svg
@@ -1641,8 +1641,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
1641
1641
</svg >
1642
1642
</button >
1643
1643
<button
1644
- class = " btn btn-stack-overflow btn-lg"
1645
- name = " stack-overflow "
1644
+ class = " btn btn-stackoverflow btn-lg"
1645
+ name = " stackoverflow "
1646
1646
type = " button"
1647
1647
>
1648
1648
<svg
@@ -1886,11 +1886,11 @@ exports[`BrandButtons.vue renders correctly 1`] = `
1886
1886
</span >
1887
1887
</button >
1888
1888
<button
1889
- class = " btn btn-stack-overflow btn-sm"
1889
+ class = " btn btn-stackoverflow btn-sm"
1890
1890
type = " button"
1891
1891
>
1892
1892
<span >
1893
- stack-overflow
1893
+ stackoverflow
1894
1894
</span >
1895
1895
</button >
1896
1896
<button
@@ -2029,11 +2029,11 @@ exports[`BrandButtons.vue renders correctly 1`] = `
2029
2029
</span >
2030
2030
</button >
2031
2031
<button
2032
- class = " btn btn-stack-overflow "
2032
+ class = " btn btn-stackoverflow "
2033
2033
type = " button"
2034
2034
>
2035
2035
<span >
2036
- stack-overflow
2036
+ stackoverflow
2037
2037
</span >
2038
2038
</button >
2039
2039
<button
@@ -2178,11 +2178,11 @@ exports[`BrandButtons.vue renders correctly 1`] = `
2178
2178
</span >
2179
2179
</button >
2180
2180
<button
2181
- class = " btn btn-stack-overflow btn-lg"
2181
+ class = " btn btn-stackoverflow btn-lg"
2182
2182
type = " button"
2183
2183
>
2184
2184
<span >
2185
- stack-overflow
2185
+ stackoverflow
2186
2186
</span >
2187
2187
</button >
2188
2188
<button
0 commit comments