Skip to content

web: fix search-result-star styles

Administrator requested to merge vb/fix-search-result-star into main

Created by: valerybugakov

Context

<SearchResult /> styles were converted to CSS module, but the search-result__star class is used outside of the component and was missed during the update. This PR moves these styles into a standalone <SearchResultStar /> component to share properly.

Merge request reports

Loading