Skip to content

Commit

Permalink
Undo merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
felder101 committed Mar 29, 2024
1 parent 9c47037 commit 9cc854c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/smarttax/tax-information-by-state/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const { entry } = Astro.props;
const { Content, headings } = await entry.render();
---
<PageLayout title={`${entry.data.name} Tax Information`} description={`Information about ${entry.data.name} state taxes for GSA SmartPay card/account holders`}>
<!-- One of two sidenav's only shown in desktop breakpoints. -->
<SinglePageSideNav
title={entry.data.name}
headings={headings}
Expand All @@ -48,5 +49,13 @@ const { Content, headings } = await entry.render();
<i>Updated {format_date(entry.data.updated)}</i>
</p>
</main>
<!-- New duplicate section only shown on mobile. -->
<SinglePageSideNav
title={entry.data.name}
headings={headings}
parent_nav_path = "smarttax/state-tax-forms"
parent_nav_text = "Return to State Tax Forms"
classList = "usa-layout-docs__sidenav desktop:display-none mobile:grid-col-12"
/>
</PageLayout>

0 comments on commit 9cc854c

Please sign in to comment.