add qr code instructions
This commit is contained in:
BIN
src/assets/hpos_testing_preprod_2.1.10d.png
Normal file
BIN
src/assets/hpos_testing_preprod_2.1.10d.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user