Skip to content

Commit

Permalink
chore: remove banner and bump version to 4.9.5 (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: Tanay Pant <tanaypantprotonmail.com>
  • Loading branch information
tanay1337 authored Aug 19, 2024
1 parent b7e1b1c commit 5fb6086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.9.4",
"version": "4.9.5",
"description": "Safe docs",
"scripts": {
"build": "next build",
Expand Down
11 changes: 1 addition & 10 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,7 @@ const config: DocsThemeConfig = {
titleTemplate
}
},
main: Main,
banner: {
key: 'build-the-new-internet',
text: (
<a href='/build-the-new-internet' target='_blank'>
💰 Are you hacking at Build The New Internet? Check our bounties →
</a>
),
dismissible: true
}
main: Main
}

export default config

0 comments on commit 5fb6086

Please sign in to comment.