Skip to content

Commit

Permalink
Merge pull request #10 from pmulik34/main
Browse files Browse the repository at this point in the history
comment out ratings on search result card
  • Loading branch information
pmulik34 authored Apr 24, 2024
2 parents 3703c18 + e1132d3 commit 9b54721
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 9b54721

Please sign in to comment.