Skip to content

Commit

Permalink
h5 to span. SEO will not make use of this element
Browse files Browse the repository at this point in the history
  • Loading branch information
theericzhang committed Jan 28, 2023
1 parent 58f1164 commit a3b3b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const RestaurantCardRestaurantName = styled.h3`
font-weight: 500;
`;

const RestaurantCardAuxInfo = styled.h5`
const RestaurantCardAuxInfo = styled.span`
font-size: 14px;
font-weight: 400;
color: var(--quinary-gray);
Expand Down

0 comments on commit a3b3b56

Please sign in to comment.