uiowa / brand-icon-browser

0 stars 1 forks source link

Ensure we're looking for an exact match in the icon name in a category instead of a 'includes'-type check #57

Closed quamsta closed 2 years ago

quamsta commented 2 years ago

Resolves #54

Previously we were erroneously looping through and filtering icons that had a partial match in the icon name instead of an exact match and were displaying icons like hospital-bill-payment and hospital-bill-checklist when we only wanted to see hospital.

This PR changes the filter to an exact match. Thanks again @sondracue!

How to Test