Fix css class attribute in BookCard
This commit is contained in:
committed by
Vishnu Ks
parent
1e00c3442c
commit
b4b005460f
@@ -17,7 +17,7 @@ const BookCard = ({ book }) => (
|
|||||||
starRatedColor="#fa604a"
|
starRatedColor="#fa604a"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-gray-700 text-base">
|
<p className="text-gray-700 text-base">
|
||||||
{ book.author }
|
{ book.author }
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user