Browse Source

increase image height

0xproflupin 2 years ago
parent
commit
162661ec68
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -7,15 +7,15 @@ Sign In With Solana (SIWS) is a new feature that lets dapps authenticate their u
 Phantom is pioneering support for SIWS alongside the Solana Wallet Standard. The [technical specification](https://github.com/solana-labs/wallet-standard/blob/alpha/packages/core/features/src/signIn.ts) for SIWS is modeled after [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361) (Sign In With Ethereum) but extends beyond it’s capabilities. SIWS shifts the responsibility of message construction from dapps to the wallet, resulting in consistent, user-friendly interfaces and enhanced end-user security.
 Phantom is pioneering support for SIWS alongside the Solana Wallet Standard. The [technical specification](https://github.com/solana-labs/wallet-standard/blob/alpha/packages/core/features/src/signIn.ts) for SIWS is modeled after [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361) (Sign In With Ethereum) but extends beyond it’s capabilities. SIWS shifts the responsibility of message construction from dapps to the wallet, resulting in consistent, user-friendly interfaces and enhanced end-user security.
 
 
 <p float="middle">
 <p float="middle">
-  <img src="./assets/intro1.png" alt="drawing" height="500"/>
-  <img src="./assets/intro2.png" alt="drawing" height="500"/>
+  <img src="./assets/intro1.png" alt="drawing" height="550"/>
+  <img src="./assets/intro2.png" alt="drawing" height="550"/>
 </p>
 </p>
 
 
 With SIWS, wallets can scrutinize message data to ensure its legitimacy or raise red flags for suspicious activity. Domain binding is a key feature of SIWS, enabling wallets to alert users if a website is impersonating another entity
 With SIWS, wallets can scrutinize message data to ensure its legitimacy or raise red flags for suspicious activity. Domain binding is a key feature of SIWS, enabling wallets to alert users if a website is impersonating another entity
 
 
 <p float="middle">
 <p float="middle">
-  <img src="./assets/intro3.png" alt="drawing" height="500"/>
-  <img src="./assets/intro4.png" alt="drawing" height="500"/>
+  <img src="./assets/intro3.png" alt="drawing" height="550"/>
+  <img src="./assets/intro4.png" alt="drawing" height="550"/>
 </p>
 </p>
 
 
 # Specification
 # Specification