Skip to content

Commit

Permalink
update return link setup
Browse files Browse the repository at this point in the history
  • Loading branch information
john-labbate committed Jul 29, 2024
1 parent d139590 commit a90ce5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/pages/policies-and-audits/smart-bulletins/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ export async function getStaticPaths() {

<PageLayout title="Smart Bulletins">
<FullSizeTemplate
title={`Smart Bulletins`}
parent_nav_path={`policies-and-audits/`}
parent_nav_text = {`Return to the Polices & Audits`}
intro={`Smart Bulletins keep agencies informed of new or updated policies/regulations, program management practices, and other developments.`}
title = "Smart Bulletins"
parent_nav_path = "policies-and-audits/"
parent_nav_text = "Return to the Polices & Audits"
intro = "Smart Bulletins keep agencies informed of new or updated policies/regulations, program management practices, and other developments."
>
<!-- smart buletins table -->
<table class="usa-table usa-table--borderless">
Expand Down
8 changes: 4 additions & 4 deletions src/pages/resources/forum-presentations/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const PageContent = faq.Content

<PageLayout title="2023 GSA SmartPay® Training Forum Presentations">
<FullSizeTemplate
title={`2023 GSA SmartPay® Training Forum Presentations`}
parent_nav_path={`resources/forum-presentations-2024/`}
parent_nav_text = {`Return to 2024's GSA SmartPay® Training Forum Presentations`}
intro={`Here are the forum presentations and videos from the 2023 GSA SmartPay Training Forum.`}
title="2023 GSA SmartPay® Training Forum Presentations"
parent_nav_path="resources/forum-presentations-2024/"
parent_nav_text = "Return to 2024's GSA SmartPay® Training Forum Presentations"
intro="Here are the forum presentations and videos from the 2023 GSA SmartPay Training Forum."
>
<PageContent />

Expand Down

0 comments on commit a90ce5f

Please sign in to comment.