Skip to content

Commit a4b67cb

Browse files
committed
Update sidebar.blade.php
1 parent b308b42 commit a4b67cb

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
@@ -317,7 +317,7 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
317317

318318
<! –– If user has role admin AND newest GitHub release version is higher than the local one an update notice will be displayed ––>
319319
@if(auth()->user()->role == 'admin' and $Vgit > $Vlocal)
320-
<button class="update-notification"><a class="update-link nav-link" href="{{ url('update') }}" title="Click here to learn more about how to update">Update</a></button>
320+
<button style="margin-left:5px;" class="update-notification"><a class="update-link nav-link" href="{{ url('update') }}" title="Click here to learn more about how to update">Update</a></button>
321321
<?php
322322
$version1 = $Vlocal;
323323
$version2 = $Vgit;

0 commit comments

Comments
 (0)