Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Commit

Permalink
Update Main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
garimasingh128 committed Sep 21, 2020
1 parent 97996cb commit c33bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const newdata = data.map((data) => {
<Card.Title>{data.desc}</Card.Title>
<Card.Text>{data.name}</Card.Text>

<a className="btn-primary">{data.rate}</a>
<p className="btn-primary">{data.rate}</p>
</Card.Body>
</Card>
);
Expand Down

0 comments on commit c33bdbe

Please sign in to comment.