Skip to content

Commit

Permalink
fix: remove smc references in footers
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Nov 4, 2024
1 parent 993a3a4 commit 6bb81df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ export const JurisdictionFooterSection = () => {
{t("footer.SFHousingPortal")}
</a>
|
<a className="px-2" href={t("footer.SMCHousingUrl")} target="_blank" rel="noreferrer">
{t("footer.SMCHousingPortal")}
</a>
|
<a className="px-2" href={t("footer.SJHousingUrl")} target="_blank" rel="noreferrer">
{t("footer.SJHousingPortal")}
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ export const JurisdictionFooterSection = () => {
{t("footer.SFHousingPortal")}
</a>
|
<a
className="px-2"
href="https://smc.housingbayarea.org/"
target="_blank"
rel="noreferrer"
>
{t("footer.SMPortal")}
</a>
|
<a className="px-2" href="https://housing.acgov.org/" target="_blank" rel="noreferrer">
{t("footer.ACPortal")}
</a>
Expand Down

0 comments on commit 6bb81df

Please sign in to comment.