diff --git a/docusaurus.config.js b/docusaurus.config.js index 4d7bab02d..b514113d2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,9 +43,9 @@ const config = { editUrl: 'https://github.com/pixijs/pixijs.com/tree/main/', routeBasePath: '/', versions: { - '7.3.2': { + '7.3.3': { label: 'v7.x (Latest)', - path: '7.3.2', + path: '7.3.3', banner: 'none', badge: false, }, diff --git a/pixi-versions.json b/pixi-versions.json index 95070868c..d6fa88976 100644 --- a/pixi-versions.json +++ b/pixi-versions.json @@ -1,11 +1,11 @@ [ { "versionLabel": "v7.x (Latest)", - "version": "7.3.2", - "releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v7.3.2", - "build": "https://pixijs.download/v7.3.2/pixi.min.js", - "docs": "https://pixijs.download/v7.3.2/docs/index.html", - "npm": "7.3.2", + "version": "7.3.3", + "releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v7.3.3", + "build": "https://pixijs.download/v7.3.3/pixi.min.js", + "docs": "https://pixijs.download/v7.3.3/docs/index.html", + "npm": "7.3.3", "prerelease": false, "latest": true, "isCurrent": false diff --git a/src/theme/Navbar/Content/index.js b/src/theme/Navbar/Content/index.js index 9249a198e..759d15d0b 100644 --- a/src/theme/Navbar/Content/index.js +++ b/src/theme/Navbar/Content/index.js @@ -91,8 +91,6 @@ export default function NavbarContent() else navItems.push(item); }); - console.log(navbar); - return (