Skip to content

Commit 6df7c9c

Browse files
committed
fix: change 'vr' class to 'c-vr'
1 parent ba6a166 commit 6df7c9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/widgets/CWidgetBrand.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{rightFooter}}
1717
</div>
1818
</div>
19-
<div class="vr"></div>
19+
<div class="c-vr"></div>
2020
<div class="col">
2121
<div v-if="leftHeader" class="text-value-lg">
2222
{{leftHeader}}

src/components/widgets/tests/__snapshots__/CWidgetBrand.spec.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports[`CWidgetBrand matches custom props snapshot 1`] = `
3232
</div>
3333
3434
<div
35-
class="vr"
35+
class="c-vr"
3636
/>
3737
3838
<div
@@ -78,7 +78,7 @@ exports[`CWidgetBrand matches default props snapshot 1`] = `
7878
</div>
7979
8080
<div
81-
class="vr"
81+
class="c-vr"
8282
/>
8383
8484
<div

0 commit comments

Comments
 (0)