Skip to content

Commit 387b67d

Browse files
committed
Update sidebar.blade.php
1 parent df384df commit 387b67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
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="{{route('update')}}" title="Click here to learn more about how to update">An update is available</a>
213+
<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>
214214
@endif
215215
@endif
216216
@elseif(env('NOTIFY_UPDATES') == 'major')

0 commit comments

Comments
 (0)