add qr code instructions

This commit is contained in:
Pritimay Sarkar
2023-09-27 02:07:24 +05:30
parent 62810fe81b
commit dd4ee6d964
2 changed files with 12 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -13,8 +13,18 @@ const AppInstallation = () => {
return (
<div>
<div>
<div>Testing 2.1.10 (Preprod)</div>
<img className="app-qrcode" src={require('../assets/testing_2_1_10.png')} alt='icon'></img>
<div>Testing 2.1.10d (Preprod - 27-09-2023)</div>
<img className="app-qrcode" src={require('../assets/hpos_testing_preprod_2.1.10d.png')} alt='icon'></img>
</div>
<div>
<p>Steps to install:</p>
<p>
<ul>
<li>use an QR code scanner app to download the app</li>
<li>if the phone browser prompts an warning, select download anyway</li>
<li>install the downloaded apk and give permissions</li>
</ul>
</p>
</div>
</div>
)