diff --git a/package.json b/package.json index af992f47..2cf0b1f1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.9.4", + "version": "4.9.5", "description": "Safe docs", "scripts": { "build": "next build", diff --git a/theme.config.tsx b/theme.config.tsx index 4bf2577f..b96f4f61 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -53,16 +53,7 @@ const config: DocsThemeConfig = { titleTemplate } }, - main: Main, - banner: { - key: 'build-the-new-internet', - text: ( - - 💰 Are you hacking at Build The New Internet? Check our bounties → - - ), - dismissible: true - } + main: Main } export default config