Skip to content

Commit f4b8889

Browse files
committed
Update update.blade.php
1 parent fcc3134 commit f4b8889

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/views/update.blade.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@
125125
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "Installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "Installed beta version= none";} ?></p>
126126
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
127127
@else
128-
<h4 class="">The update was successful, you can now return to the Admin Panel:</h4>
128+
<h4 class="">The update was successful, you can now return to the Admin Panel.</h4>
129+
<style>.noteslink:hover{color:#006fd5;text-shadow:0px 6px 7px rgba(23,10,6,0.66);}</style>
130+
<a class="noteslink" href="https://github.com/JulianPrieber/littlelink-custom/releases/latest" target="_blank"><i class="fa-solid fa-up-right-from-square"></i> View the release notes</a>
131+
<br>
129132
@endif
130133
<br><div class="row">
131134
&ensp;<a class="btn" href="{{ route('studioIndex') }}"><button><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a>&ensp;

0 commit comments

Comments
 (0)