Update app.blade.php

This commit is contained in:
Thomas G 2022-08-27 12:26:19 +10:00
parent f81855a829
commit 9dfc083ed4
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
<div class="popup"> <div class="popup">
<h2 id="heading">Launching ARCHBLOX Studio...</h2> <h2 id="heading">Launching ARCHBLOX Studio...</h2>
<p>Don't have Archblox Studio installed?</p> <p>Don't have Archblox Studio installed?</p>
<button class="greenbutton">Click here to download ARCHBLOX Studio</button> <button class="greenbutton" href="{{ route('download') }}">Click here to download ARCHBLOX Studio</button>
<br> <br>
<button class="redbutton" onclick="closeStudioPopup()">Close</button> <button class="redbutton" onclick="closeStudioPopup()">Close</button>
</div> </div>