Skip to content

Commit

Permalink
fix: fix beta banner on printout
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-gardner committed Nov 18, 2024
1 parent 216a454 commit 02083be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dfe.PlanTech.Web/Views/Shared/_PrintLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
@section Header {
<partial name="GoogleTagManager/_Body" />
@await RenderSectionAsync("Header", false)
<partial name="BetaHeader" />
}

@section BeforeContent {
<partial name="BetaHeader" />
<partial name="_BeforeContent"/>
@await RenderSectionAsync("BeforeContent", required: false)
}
Expand Down

0 comments on commit 02083be

Please sign in to comment.