Skip to content

Commit

Permalink
re-arranged the notification banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnanesh V committed Sep 10, 2024
1 parent cb92cb7 commit 2dfa542
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Skip to main content
</a>
@await Html.PartialAsync("Partials/_CookieConsent")
@await Html.PartialAsync("Partials/_NotificationBanner")
<header class="tna-global-header" data-module="tna-global-header">
<div class="tna-container tna-global-header__main">
<div class="tna-column tna-column--flex-1 tna-column--order-2">
Expand Down
1 change: 0 additions & 1 deletion book-a-reading-room-visit.web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
</noscript>
<!-- End Google Tag Manager (noscript) -->
}
@await Html.PartialAsync("Partials/_NotificationBanner")
@await Html.PartialAsync("Partials/_Header")

<main class="kbs pb-3" id="main-content">
Expand Down

0 comments on commit 2dfa542

Please sign in to comment.