From 5fb6086a0bb77cbf859e0ec8fee685e664cd41ea Mon Sep 17 00:00:00 2001 From: Tanay Pant <7481165+tanay1337@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:02:04 +0000 Subject: [PATCH] chore: remove banner and bump version to 4.9.5 (#563) Co-authored-by: Tanay Pant --- package.json | 2 +- theme.config.tsx | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) 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