Skip to content

Commit

Permalink
Merge pull request #169 from RushilJalal/main
Browse files Browse the repository at this point in the history
chore: update heading text from "Color" to "Rating"
  • Loading branch information
trishanu-init authored Jun 25, 2024
2 parents 6777c4e + e88926b commit 6e104d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Info: React.FC<InfoProps> = ({ data }) => {
/>
</div>
<div className="flex items-center gap-x-4">
<h3 className="font-semibold text-black">Color:</h3>
<h3 className="font-semibold text-black">Rating:</h3>
<Rating value={Math.floor(Math.random() * 5) + 1} />
</div>
</div>
Expand Down

0 comments on commit 6e104d9

Please sign in to comment.