8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e9b89 commit 1ad62bcCopy full SHA for 1ad62bc
packages/docs/src/components/Footer.tsx
@@ -38,7 +38,11 @@ const Footer: FC = () => {
38
<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="noreferrer">
39
CC BY 3.0
40
</a>
41
- .<strong> CoreUI PRO requires a commercial license.</strong>
+ .
42
+ <strong>
43
+ CoreUI PRO requires a{' '}
44
+ <a href="https://coreui.io/pricing/?framework=react&docs=footer">commercial license</a>.
45
+ </strong>
46
</p>
47
</CContainer>
48
</CFooter>
0 commit comments