Fix css class attribute in BookCard

This commit is contained in:
Denni Bevilacqua
2019-10-18 15:58:23 +02:00
committed by Vishnu Ks
parent 1e00c3442c
commit b4b005460f

View File

@@ -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>