Skip to content

Commit

Permalink
Merge branch 'next' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Feb 7, 2024
2 parents 28a60a8 + 323ad5d commit fa0f712
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="external-game-page-component page-min-height d-flex flex-column align-items-center justify-content-center">
<ng-container *ngIf="game; else loading">
<ng-container *ngIf="game && iframeSrcUrl; else loading">
<div class="external-host-container">
<iframe [src]="iframeSrcUrl | safeurl" *ngIf="iframeSrcUrl" id="unity-game-window"
[title]="iframeWindowTitle" frameborder="0" scrolling="no"></iframe>
<iframe [src]="iframeSrcUrl | safeurl" id="unity-game-window" [title]="iframeWindowTitle" frameborder="0"
scrolling="no"></iframe>
</div>

<app-error-div [errors]="errors"></app-error-div>
Expand Down

0 comments on commit fa0f712

Please sign in to comment.