Skip to content

Commit

Permalink
Merge pull request #21 from pmulik34/main
Browse files Browse the repository at this point in the history
Hide star ratings on search result cards
  • Loading branch information
pmulik34 authored Apr 24, 2024
2 parents f78d083 + 6d9b4e9 commit 9253ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CourseCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ const CourseCard = ({ item }) => {
>
{t('LICENSE')} {sItem?.tags[0]?.list[0]?.value} | {sItem?.tags[0]?.list[1]?.value} {t('YEARS_IN_OPERATION')}
</Text>
<Flex alignItems="center">
{/* <Flex alignItems="center">
<Icon as={FaStar} color="yellow.400" />
<Text fontSize="12px" fontWeight="400" lineHeight="18px" marginLeft="5px">
{sItem?.rating || "4.5"}
</Text>
</Flex>
</Flex> */}
</Flex>
</Flex>
</Box>)
Expand Down

0 comments on commit 9253ed5

Please sign in to comment.