diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php index 49370d5..d09a379 100644 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -53,7 +53,7 @@ $customBackgroundExists = file_exists($customBackgroundPath); if($customBackgroundExists == true){ $customBackgroundBrightness = analyzeImageBrightness($customBackgroundFile); } else { - $customBackgroundBrightness == false;} + $customBackgroundBrightness = false;} @endphp @if($customBackgroundExists == true)