Skip to content

Commit

Permalink
update BlazorGL templates (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast authored Sep 22, 2024
1 parent d29bf25 commit 6b62242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
<a class="dismiss">x</a>
</div>

<script src="_framework/blazor.webassembly.js" autostart="false"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
<a class="dismiss">x</a>
</div>

<script src="_framework/blazor.webassembly.js" autostart="false"></script>
Expand Down

0 comments on commit 6b62242

Please sign in to comment.