Skip to content

Commit

Permalink
feat: Remove ETHGlobal London banner (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez authored Mar 17, 2024
1 parent 52a9b9f commit 349ebc5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ const config: DocsThemeConfig = {
{children}
<Feedback />
</>
),
banner: {
key: 'ethglobal-london-2024',
text: <a href="https://ethglobal.com/events/london2024/prizes#safe" target="_blank">
💰 Are you hacking at ETHGlobal London? Check our bounties →
</a>,
dismissible: true
}
)
}

export default config

0 comments on commit 349ebc5

Please sign in to comment.