Skip to content

Commit

Permalink
fixed icon broke
Browse files Browse the repository at this point in the history
  • Loading branch information
easyecom-manu committed Jan 9, 2024
1 parent c32f046 commit f49d6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<div class="container">
<a href="./laserscanner.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://www.easyecom.io/storage/2018/02/easyecom_foot_logo.png" class="img-fluid" style="max-width:40%; padding: 10px;" alt="Responsive image">
<img src="./images/icon.png" class="img-fluid" style="max-width:40%; padding: 10px;" alt="Responsive image">
<div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How setup OTG barcode scanner </b></p>
</div>
Expand All @@ -96,7 +96,7 @@
<div class="container">
<a href="https://manumathew17.github.io/eetutorial/comingsoon.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://www.easyecom.io/storage/2018/02/easyecom_foot_logo.png" class="img-fluid" style="max-width:20%; padding: 30px;" alt="Responsive image"> <div class="card-body align-items-center d-flex justify-content-center">
<img src="./images/icon.png" class="img-fluid" style="max-width:20%; padding: 30px;" alt="Responsive image"> <div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to setup iData HHT
device ?</b></p>
</div>
Expand All @@ -107,7 +107,7 @@
<div class="container">
<a href="https://manumathew17.github.io/eetutorial/comingsoon.html">
<div class="card w-75" style="display: flex; flex-direction: row;">
<img src="https://www.easyecom.io/storage/2018/02/easyecom_foot_logo.png" class="img-fluid" style="max-width:20%; padding: 30px;" alt="Responsive image"> <div class="card-body align-items-center d-flex justify-content-center">
<img src="./images/icon.png" class="img-fluid" style="max-width:20%; padding: 30px;" alt="Responsive image"> <div class="card-body align-items-center d-flex justify-content-center">
<p class="card-text"><b style="color:black ;">How to create manifests
in app?</b></p>
</div>
Expand Down

0 comments on commit f49d6f5

Please sign in to comment.