Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Homepage] 2025 FIG Release #2274

Merged
merged 4 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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