Skip to content

Commit

Permalink
feat: edit Banner (#345)
Browse files Browse the repository at this point in the history
* feat: edit the Wallet page Masthead

* add swap card

* Apply suggestions from code review

Co-authored-by: Aaron Cook <[email protected]>

* v1.4.28

---------

Co-authored-by: Aaron Cook <[email protected]>
  • Loading branch information
DiogoSoaress and iamacook authored May 14, 2024
1 parent f85cbfb commit 4b5f770
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "safe-homepage",
"homepage": "https://github.com/safe-global/safe-homepage",
"version": "1.4.27",
"version": "1.4.28",
"scripts": {
"build": "next build && next export",
"lint": "tsc && next lint",
Expand Down
Binary file added public/images/Wallet/powered-by-cow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/Wallet/swap-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 7 additions & 16 deletions src/content/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,26 @@
"component": "Wallet/Intro"
},
{
"title": "Safe <u>RecoveryHub</u>",
"caption": "New",
"title": "Introducing<br>Native Swaps",
"caption": "New feature",
"buttons": [
{
"text": "Try now",
"text": "Enter Safe{Wallet}",
"href": "https://app.safe.global",
"variant": "button",
"color": "secondary"
},
{
"text": "Read more",
"href": "https://safe.global/blog/introducing-saferecoveryhub-a-new-crypto-wallet-recovery-ecosystem",
"variant": "link"
}
],
"image": {
"sm": "/images/Wallet/buoy-logo.png",
"md": "/images/Wallet/buoy-logo.png",
"sm": "/images/Wallet/swap-card.png",
"md": "/images/Wallet/swap-card.png",
"alt": "Recovery buoy logo"
},
"footer": {
"logos": [
{
"src": "/images/Wallet/Sygnum-logo.png",
"alt": "Sygnum logo"
},
{
"src": "/images/Wallet/Coincover-logo.png",
"alt": "Coincover logo"
"src": "/images/Wallet/powered-by-cow.png",
"alt": "CoW Swap logo"
}
]
},
Expand Down

0 comments on commit 4b5f770

Please sign in to comment.