Skip to content

Commit

Permalink
Updated testing environment banner
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Jan 23, 2025
1 parent 7be9ab4 commit a4ab883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/auth/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
style="background-image: url('{{ asset('images/active_participation.webp') }}');">
@if (App::environment('staging'))
<div class="sticky-top w-100 staging-warning py-2 text-center">
<h5 class="m-0">~~~ WARNING: TESTING ENVIRONMENT ~~~</h5>
<h5 class="m-0">~~~ TESTING ENVIRONMENT ~~~</h5>
</div>
@endif
<div id="app" class="row h-100 justify-content-center align-items-center">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/partials/staging-indicator.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row mb-3 fixed-top" style="z-index: 100000">
<div class="col p-0">
<div class="sticky-top w-100 staging-warning py-2 text-center">
<h5 class="m-0">~~~ WARNING: TESTING ENVIRONMENT ~~~</h5>
<h5 class="m-0">~~~ TESTING ENVIRONMENT ~~~</h5>
</div>
</div>
</div>
Expand Down

0 comments on commit a4ab883

Please sign in to comment.