diff --git a/doorway-ui-components/src/page_components/help-center/DoorwayLinkableCardGroup.scss b/doorway-ui-components/src/page_components/help-center/DoorwayLinkableCardGroup.scss index b5997c1848..e279cb19df 100644 --- a/doorway-ui-components/src/page_components/help-center/DoorwayLinkableCardGroup.scss +++ b/doorway-ui-components/src/page_components/help-center/DoorwayLinkableCardGroup.scss @@ -5,6 +5,14 @@ @media (max-width: $screen-lg) { flex-direction: column; } + a { + text-decoration: underline; + color: var(--bloom-color-primary-lighter); + + &:hover { + color: var(--bloom-color-primary-light); + } + } } .doorway-linkable-card-group_nav { @@ -15,7 +23,3 @@ padding: var(--doorway-standard-spacing); } } - -.doorway-linkable-card-group-main { - flex: 1; -} diff --git a/doorway-ui-components/src/page_components/help-center/DoorwayLinkableCardGroup.tsx b/doorway-ui-components/src/page_components/help-center/DoorwayLinkableCardGroup.tsx index fbb05976d7..f137873ca9 100644 --- a/doorway-ui-components/src/page_components/help-center/DoorwayLinkableCardGroup.tsx +++ b/doorway-ui-components/src/page_components/help-center/DoorwayLinkableCardGroup.tsx @@ -34,7 +34,7 @@ const DoorwayLinkableCardGroup = (props: DoorwayLinkableCardGroupProps) => {
{getLinks()}
-
+
{props.children} {props.cards}
diff --git a/sites/public/src/components/listings/search/LandingSearch.tsx b/sites/public/src/components/listings/search/LandingSearch.tsx index 2d6a86f0f3..3ed8807bee 100644 --- a/sites/public/src/components/listings/search/LandingSearch.tsx +++ b/sites/public/src/components/listings/search/LandingSearch.tsx @@ -91,7 +91,7 @@ export function LandingSearch(props: LandingSearchProps) { let check = false const dahliaNote = `(${t( "filter.goToDahlia" - )} DAHLIA)` + )} DAHLIA)` counties.forEach((county, idx) => { // FieldGroup uses the label attribute to check for selected inputs. diff --git a/sites/public/src/components/listings/search/ListingsSearchModal.tsx b/sites/public/src/components/listings/search/ListingsSearchModal.tsx index 26bcd445b1..9b408dd207 100644 --- a/sites/public/src/components/listings/search/ListingsSearchModal.tsx +++ b/sites/public/src/components/listings/search/ListingsSearchModal.tsx @@ -181,7 +181,7 @@ export function ListingsSearchModal(props: ListingsSearchModalProps) { let check = false const dahliaNote = `(${t( "filter.goToDahlia" - )} DAHLIA)` + )} DAHLIA)` counties.forEach((county, idx) => { // FieldGroup uses the label attribute to check for selected inputs. check = selected[county.label] !== undefined diff --git a/sites/public/src/pages/index.tsx b/sites/public/src/pages/index.tsx index 2f9dec6d78..926dce6278 100644 --- a/sites/public/src/pages/index.tsx +++ b/sites/public/src/pages/index.tsx @@ -84,6 +84,7 @@ export default function Home(props: IndexProps) { {t("welcome.useDoorwayBAHFAtext")}