Update app.blade.php

This commit is contained in:
Thomas G 2022-08-27 12:28:08 +10:00
parent 9ad2fd9f7b
commit d981ee57e1
1 changed files with 1 additions and 1 deletions

View File

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