Update sidebar.blade.php

This commit is contained in:
Julian Prieber 2022-05-28 15:52:45 +02:00
parent 0e257ef8ab
commit 4739567743

View File

@ -213,6 +213,8 @@ if ($url1sb->successful() or $url2sb->successful()) {
<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>
@endif
@endif
@elseif(env('NOTIFY_UPDATES') == 'false')
{{-- No update checks --}}
@else
<?php // Checks if URL exists
try {