Skip to content

Commit ac8a252

Browse files
committed
RENAME links from pricing to premium
1 parent 1e72eea commit ac8a252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-src/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const config: Config = {
130130
},
131131
{
132132
href: '/premium/',
133-
label: 'Pricing',
133+
label: 'Premium',
134134
position: 'right',
135135
},
136136
// {

docs-src/src/theme/Footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function FooterWrapper() {
55
const footerConfig = {
66
navLinks: [
77
{
8-
label: 'Pricing',
8+
label: 'Premium',
99
href: '/premium/'
1010
},
1111
{

0 commit comments

Comments
 (0)