Skip to content

Commit

Permalink
new noti message
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Jan 21, 2025
1 parent a7a315e commit f72fd48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/extension/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "OWallet",
"description": "OWallet: BTC x COSMOS x EVM x TRON x OASIS x SOLANA in one Wallet",
"version": "3.1.42",
"version": "3.1.43",
"icons": {
"16": "assets/icon-16.png",
"48": "assets/icon-48.png",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const NotificationCard: FC<{}> = observer(({}) => {
color: colors["neutral-text-body"]
}}
>
🎈 Exciting news! A major update is on the way, bringing fresh features,
improvements, and more. Stay tuned—things are about to get even better!
Exciting update coming your way—new features and improvements are
dropping soon. Stay tuned! 🎈
</div>
</div>
);
Expand Down

0 comments on commit f72fd48

Please sign in to comment.