Skip to content

Commit

Permalink
Merge pull request #2274 from cfpb/2267-2025-FIG-Release
Browse files Browse the repository at this point in the history
[Homepage] 2025 FIG Release
  • Loading branch information
Michaeldremy authored Sep 19, 2024
2 parents 188fa42 + 777229b commit 984d760
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
12 changes: 11 additions & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,17 @@
<priority>0.8</priority>
</url>
<url>
<loc>https://ffiec.cfpb.gov/documentation/fig/overview</loc>
<loc>https://ffiec.cfpb.gov/documentation/fig/2025/supplemental-guide-for-quarterly-filers</loc>
<lastmod>2024-09-18T23:06:36+01:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://ffiec.cfpb.gov/documentation/fig/2025/overview</loc>
<lastmod>2024-09-18T23:06:36+01:00</lastmod>
<priority>0.4</priority>
</url>
<url>
<loc>https://ffiec.cfpb.gov/documentation/fig/2024/overview</loc>
<lastmod>2024-04-25T23:06:36+01:00</lastmod>
<priority>0.4</priority>
</url>
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const defaultLinks = [
},
{ name: 'Documentation', href: '',
submenu: [
{ name: 'Filing Instructions Guide', href: '/documentation/fig/overview' },
{ name: 'Filing Instructions Guide', href: '/documentation/fig/2024/overview' },
{ name: 'FAQs', href: '/documentation/' },
{ name: 'Publications', href: '/documentation/category/publications' },
{ name: 'Tools', href: '/documentation/category/tools' },
Expand Down
19 changes: 5 additions & 14 deletions src/homepage/ForFilers/FilingGuides.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,17 @@ export const FilingGuides = () => (
</a>
<ul>
<li>
<a href={`/documentation/fig/overview`}>
Online FIG
</a>
<a href={`/documentation/fig/2024/overview`}>2024 Online FIG</a>
</li>
<li>
<a
href={`https://s3.amazonaws.com/cfpb-hmda-public/prod/help/${LATEST_FIG_YEAR}-hmda-fig.pdf`}
download={true}
>
For data collected in {LATEST_FIG_YEAR}
<FigLastUpdated year={LATEST_FIG_YEAR} />
</a>
<a href={`/documentation/fig/2025/overview`}>2025 Online FIG</a><NewIndicator />
</li>
<li>
<a
href={`https://s3.amazonaws.com/cfpb-hmda-public/prod/help/supplemental-guide-for-quarterly-filers-for-${LATEST_FIG_YEAR}.pdf`}
download={true}
href={`/documentation/fig/2024/supplemental-guide-for-quarterly-filers`}
>
Supplemental Guide for Quarterly Filers for {LATEST_FIG_YEAR}
</a>
Online Supplemental Guide for Quarterly Filers for 2024
</a><NewIndicator />
</li>
<li>
<ExternalLink url='https://www.ffiec.gov/hmda/fileformats.htm'>
Expand Down
2 changes: 1 addition & 1 deletion src/homepage/QuickLinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const QuickLinks = ({ hideContent }) => {
Questions
</span>
</a>
<a href='/documentation/fig/overview'>
<a href='/documentation/fig/2024/overview'>
<svg
className='usa-icon'
aria-hidden='true'
Expand Down

0 comments on commit 984d760

Please sign in to comment.