Skip to content

Commit

Permalink
Merge pull request #601 from FitzwilliamMuseum/fix/maintenance-banner
Browse files Browse the repository at this point in the history
Fix/maintenance banner
  • Loading branch information
ostafinskim authored Aug 10, 2023
2 parents 6b2680b + c1da55d commit c233e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/includes/structure/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(!empty(SiteHelper::getGlobalAnnouncement()['data'][0]['status']) && SiteHelper::getGlobalAnnouncement()['data'][0]['status'] == 'published')
)
<nav class="navbar navbar-expand-lg navbar-dark bg-black fixed-top container-fluid" style="padding-top: 0; flex-direction: column;">
{{-- <div id="global-announcement" class="global-announcement" style="background: #EB0000; color: white; padding: 10px; text-align: center; width: 100%;">
<div id="global-announcement" class="global-announcement" style="background: #fff; color: black; padding: 10px; text-align: center; width: 100%;">
<style>
#global-announcement a {
color: inherit;
Expand All @@ -61,7 +61,7 @@
</style>

{!! (SiteHelper::getGlobalAnnouncement()['data'][0]['announcement']) !!}
</div> --}}
</div>
<div class="container-fluid" style="padding-top: 8px;">

@else
Expand Down

0 comments on commit c233e34

Please sign in to comment.