Skip to content

Commit

Permalink
Remove warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
tmedetbekov committed Nov 22, 2024
1 parent 42c4fa0 commit 45b7f02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# production
/build
.next

# misc
.DS_Store
Expand Down
6 changes: 0 additions & 6 deletions src/components/Banner/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ function Banner() {
return (
<Container clipped={false}>
<div className="Banner">
<div className="Caution">
<Icon name="caution" />
<span className="ms-2">
Beware: Scammers are currently using the name Unstoppable Wallet on Telegram
</span>
</div>
<img className="Banner-img-gradient Banner-img-gradient-top" src="/images/banner/gradient-main.svg" alt="" />
<div className="Banner-start">
<img
Expand Down

0 comments on commit 45b7f02

Please sign in to comment.