Skip to content

Commit

Permalink
fix: finish link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cliu02 committed Jan 30, 2025
1 parent e4586d0 commit 098a4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions app/javascript/layouts/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,9 @@ const Layout = (props: LayoutProps) => {
<Markdown>
{t("footer.inPartnershipWith", {
sfdsUrl: getSfGovUrl(
"https://sf.gov/departments/city-administrator/digital-services",
1788
),
mayorUrl: getSfGovUrl(
"https://sf.gov/departments/mayors-office-innovation",
3095
"https://sf.gov/departments/city-administrator/digital-services"
),
mayorUrl: getSfGovUrl("https://sf.gov/departments/mayors-office-innovation"),
})}
</Markdown>
</p>
Expand Down
3 changes: 1 addition & 2 deletions app/javascript/layouts/Sidebar/ContactSidebarBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ const SidebarContactInfo = () => (
{renderInlineMarkup(
t("assistance.contact.questionsAboutPrograms.contactWebsite", {
url: getSfGovUrl(
"https://sf.gov/departments/mayors-office-housing-and-community-development",
55
"https://sf.gov/departments/mayors-office-housing-and-community-development"
),
})
)}
Expand Down

0 comments on commit 098a4aa

Please sign in to comment.