Skip to content

Commit

Permalink
RENAME links from pricing to premium
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Feb 1, 2025
1 parent 1e72eea commit ac8a252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const config: Config = {
},
{
href: '/premium/',
label: 'Pricing',
label: 'Premium',
position: 'right',
},
// {
Expand Down
2 changes: 1 addition & 1 deletion docs-src/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function FooterWrapper() {
const footerConfig = {
navLinks: [
{
label: 'Pricing',
label: 'Premium',
href: '/premium/'
},
{
Expand Down

0 comments on commit ac8a252

Please sign in to comment.