Skip to content

Commit

Permalink
Fix bug in can statement (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Hutchinson <[email protected]>
  • Loading branch information
lieselwd and philsjh authored Sep 15, 2024
1 parent 3e88726 commit 1ffe41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/controllers/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="navbar-brand font-display" href="#">
@can('activeBoundaryController')
<span class="ml-2">Domestic</span>
@elsecan
@else
<span class="ml-2">{{ current_dl_authority() ?? 'Offline' }}</span>
@endcan
</div>
Expand Down

0 comments on commit 1ffe41c

Please sign in to comment.