Skip to content

Commit

Permalink
feat: remove obsolete frameborder
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavelik committed Oct 13, 2023
1 parent c8ccd45 commit 9711fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ <h2 class="text-center mb-4">Přijď se podívat osobně</h2>
</div>

<div *ngIf="mapUrl" class="map">
<iframe style="border:none" [src]="mapUrl | safeurl:'SafeResourceUrl'" width="800" height="600" frameborder="0"></iframe>
<iframe style="border:none" [src]="mapUrl | safeurl:'SafeResourceUrl'" width="800" height="600"></iframe>
</div>
</section>

0 comments on commit 9711fcf

Please sign in to comment.