Skip to content

Commit

Permalink
fix: underline filter Dahlia
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Oct 25, 2023
1 parent 9010c53 commit 46ccbf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export function ListingsSearchModal(props: ListingsSearchModalProps) {
let check = false
const dahliaNote = `(${t(
"filter.goToDahlia"
)} <a className="lined" href="https://housing.sfgov.org/" target="_blank">DAHLIA</a>)`
)} <a class="lined" href="https://housing.sfgov.org/" target="_blank">DAHLIA</a>)`
counties.forEach((county, idx) => {
// FieldGroup uses the label attribute to check for selected inputs.
check = selected[county.label] !== undefined
Expand Down

0 comments on commit 46ccbf0

Please sign in to comment.