Skip to content

Commit 99ddbbc

Browse files
committed
docs: update theme
1 parent daf54e3 commit 99ddbbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/docs/.vuepress/theme-coreui/src/client/components/Page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
v-if="pro_component"
44
class="bg-danger bg-opacity-10 border-start border-start-5 border-start-danger p-4 pb-3 mb-5"
55
>
6-
<h3 className="mb-4">CoreUI PRO Component</h3>
6+
<h3 class="mb-4">CoreUI PRO Component</h3>
77
<p>
88
To use this component you must have a CoreUI PRO license. Buy the
99
<a href="https://coreui.io/pricing/?framework=vue&docs=coreui-banner-pro">CoreUI PRO</a>

packages/docs/.vuepress/theme-coreui/src/client/components/ScssDocs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div className="highlight">
2+
<div class="highlight">
33
<pre class="prism-code language-scss" v-html="code" />
44
</div>
55
</template>

0 commit comments

Comments
 (0)