Skip to content

Commit

Permalink
Merge pull request #1550 from fedspendingtransparency/FDG-9541
Browse files Browse the repository at this point in the history
FDG-9541 Update community site url
  • Loading branch information
wyattch authored Dec 19, 2024
2 parents 9956abf + e21ffb6 commit 14e6700
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/site-footer/site-footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const siteFooterColumns = [
},
{
title: 'Community Site',
to: 'https://onevoicecrm.my.site.com/FiscalDataGroup/s/',
to: 'https://onevoicecrm.my.site.com/FiscalDataCommunity/s/',
testId: 'community',
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/site-header/mobile-menu/mobile-menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const MobileMenu = ({ setOpenGlossary }) => {
name: 'Release Calendar',
},
{
to: 'https://onevoicecrm.my.site.com/FiscalDataGroup/s/',
to: 'https://onevoicecrm.my.site.com/FiscalDataCommunity/s/',
name: 'Community Site',
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/site-header/site-header-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const menuSections = [
title: 'Release Calendar',
},
{
to: 'https://onevoicecrm.my.site.com/FiscalDataGroup/s/',
to: 'https://onevoicecrm.my.site.com/FiscalDataCommunity/s/',
title: 'Community Site',
external: true,
},
Expand Down

0 comments on commit 14e6700

Please sign in to comment.