Skip to content

Commit 7927d8e

Browse files
committed
Update update.blade.php
1 parent dc32587 commit 7927d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: resources/views/update.blade.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<center><h1>Updater</h1>
2525
<h4 class="">You can update your installation automatically or download the update and install it manually:</h4>
2626
<br><div class="row">
27-
&ensp;<button style=""><i class="fa-solid fa-user-gear btn"></i><a class="btn" href="{{url()->current()}}/?backup"> Update automatically</a></button>&ensp;
28-
&ensp;<button style=""><i class="fa-solid fa-download btn"></i><a class="btn" href="https://littlelink-custom.com/how-to-update"> Update manually</a></button>&ensp;
27+
&ensp;<a class="btn" href="{{url()->current()}}/?backup"><button style=""><i class="fa-solid fa-user-gear btn"></i> Update automatically</button></a>&ensp;
28+
&ensp;<a class="btn" href="https://littlelink-custom.com/how-to-update"><button style=""><i class="fa-solid fa-download btn"></i> Update manually</button></a>&ensp;
2929
</div>
3030
</center>
3131
@endif
@@ -78,7 +78,7 @@
7878
<center><h1>Success!</h1>
7979
<h4 class="">The update was successful, you can now return to the Admin Panel:</h4>
8080
<br><div class="row">
81-
&ensp;<button style=""><i class="fa-solid fa-house-laptop btn"></i><a class="btn" href="{{ route('studioIndex') }}"> Admin Panel</a></button>&ensp;
81+
&ensp;<a class="btn" href="{{ route('studioIndex') }}"><button style=""><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a>&ensp;
8282
</div>
8383
</center>
8484
@endif

0 commit comments

Comments
 (0)