Skip to content

Commit 15b2a03

Browse files
committed
Update sidebar.blade.php
1 parent 5cd69b4 commit 15b2a03

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
@@ -213,7 +213,7 @@ function has_sslsb( $domain ) {
213213
<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
216-
@elseif(env('NOTIFY_UPDATES') === 'true' or env('NOTIFY_UPDATES') === 'major' or env('NOTIFY_UPDATES') === 'all')
216+
@elseif(env('NOTIFY_UPDATES') == 'true' or env('NOTIFY_UPDATES') === 'major' or env('NOTIFY_UPDATES') === 'all')
217217
<?php // Checks if URL exists
218218
try {
219219
function URL_exists(string $url): bool

0 commit comments

Comments
 (0)