Skip to content

Commit

Permalink
fix: remove SMC housing search resource card (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrissDrawing authored Sep 4, 2023
1 parent 6c2a0b9 commit f634ef3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { t, InfoCardGrid, MarkdownSection } from "@bloom-housing/ui-components"
import RenderIf from "../../../RenderIf"
import Resource from "../../../Resource"
import HowItWorks from "./resources/HowItWorks.md"
import SMCHousingSearch from "./resources/SMCHousingSearch.md"
import HavenConnect from "./resources/HavenConnect.md"
import HIPHousing from "./resources/HIPHousing.md"
import HAotCoSM from "./resources/HAotCoSM.md"
Expand All @@ -25,7 +24,6 @@ export const AdditionalResourcesSection = () => {
subtitle={t("additionalResources.rentalsDescription")}
>
<Resource>{HowItWorks}</Resource>
<Resource>{SMCHousingSearch}</Resource>
<Resource>{HavenConnect}</Resource>
</InfoCardGrid>
<InfoCardGrid
Expand Down

This file was deleted.

0 comments on commit f634ef3

Please sign in to comment.