Skip to content

Commit

Permalink
Merge pull request #811 from cfpb/810-sitenav-filing
Browse files Browse the repository at this point in the history
[Site Nav] Use defaultDocsPeriod for Filing link
  • Loading branch information
BarakStout authored Dec 30, 2020
2 parents 90dcad6 + ac1b889 commit 4b75950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const defaultLinks = [
export const updateFilingLink = (config, links) => {
return links.map(link => {
if(link.name !== 'Filing') return link
link.href = `/filing/${config.defaultPeriod}/`
link.href = `/filing/${config.defaultDocsPeriod}/`
return link
})
}

0 comments on commit 4b75950

Please sign in to comment.