repository to manage all files related to the makeathon farm bot project (Software + Documentation).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

map-plant-dialog.component.html 264B

1234567
  1. <div class="container">
  2. <p class="item-header" mat-dialog-title>Map</p>
  3. <img class="item-img" src="assets/images/Map.png" alt="not available">
  4. <div class="item-button" mat-dialog-actions>
  5. <button mat-button mat-dialog-close>Close</button>
  6. </div>
  7. </div>