Skip to content

Commit

Permalink
fix: remove smc references in footers (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan authored Nov 7, 2024
1 parent 913f264 commit a71c126
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 a71c126

Please sign in to comment.