Skip to content

Commit d1f9bff

Browse files
committed
Update sidebar.blade.php
1 parent 1fd71f1 commit d1f9bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function has_sslsb( $domain ) {
210210
211211
<! –– If user has role admin AND newest GitHub release version is higher than the local one an update notice will be displayed ––>
212212
@if(auth()->user()->role == 'admin' and $Vgit > $Vlocal)
213-
<a style="color:#007bff" class="nav-link" href="https://littlelink-custom.com/how-to-update.html" target="_blank" title="Click here to learn more about how to update">An update is available</a>
213+
<a style="color:#007bff" class="nav-link" href="{{route('update', $id)}}" title="Click here to learn more about how to update">An update is available</a>
214214
@endif
215215
@endif
216216
@elseif(env('NOTIFY_UPDATES') == 'major')
@@ -241,7 +241,7 @@ function URL_exists(string $url): bool
241241
242242
<! –– If user has role admin AND newest GitHub release version is higher than the local one an update notice will be displayed ––>
243243
@if(auth()->user()->role == 'admin' and $Vgit > $Vlocal)
244-
<a style="color:#007bff" class="nav-link" href="https://littlelink-custom.com/how-to-update.html" target="_blank" title="Click here to learn more about how to update">An update is available</a>
244+
<a style="color:#007bff" class="nav-link" href="{{ url('update') }}" title="Click here to learn more about how to update">An update is available</a>
245245
@endif
246246
@endif
247247
@endif

0 commit comments

Comments
 (0)