Skip to content

Commit

Permalink
Fix blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodolfofreitas committed Jul 31, 2024
1 parent 5edf48a commit 2107544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/blog/mui-x-sep-2024-price-update.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
import { docs } from './mui-x-mid-v6-features.md?muiMarkdown';
import { docs } from './mui-x-sep-2024-price-update.md?muiMarkdown';

export default function Page() {
return <TopLayoutBlog docs={docs} />;
Expand Down

0 comments on commit 2107544

Please sign in to comment.