Skip to content

Commit

Permalink
Fix svg problem that showed in surge preview
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Mar 19, 2024
1 parent dc8f415 commit b392c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/filters/category-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const Categories = styled.ul`

const TickyBox = styled(props => <FontAwesomeIcon {...props} />)`
font-size: 16px;
color: var(--main-text-color);
`

const toggleCategory = (
Expand Down

0 comments on commit b392c78

Please sign in to comment.