diff --git a/src/components/BookCard.tsx b/src/components/BookCard.tsx
index b4a1dd8..6bafea4 100644
--- a/src/components/BookCard.tsx
+++ b/src/components/BookCard.tsx
@@ -86,10 +86,10 @@ const BookCard = ({ _id, title, author, start, end }) => {
};
return (
-
+
{title}
-
+
{getYear(start)}
@@ -109,14 +109,14 @@ const BookCard = ({ _id, title, author, start, end }) => {
{end ? (
{getDay(end)}
) : (
-
+
Current Read
)}
{status === "authenticated" && (
-
+
@@ -130,9 +130,9 @@ const BookCard = ({ _id, title, author, start, end }) => {
{end ? (
-
+
) : (
-
+
)}