Skip to content

Commit

Permalink
Updated details footer blade component
Browse files Browse the repository at this point in the history
Made Session check conditional 1 step
  • Loading branch information
cp6 committed Sep 22, 2023
1 parent da14c2d commit 76c7b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/details-footer.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
@if(Session::get('timer_version_footer', 1) === 0)
<p class="text-muted mt-4 text-end"><small>Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP
v{{ PHP_VERSION }})</small></p>
@endif

0 comments on commit 76c7b03

Please sign in to comment.