diff --git a/src/components/MangaCard.tsx b/src/components/MangaCard.tsx
index 132cde29..5e806abc 100644
--- a/src/components/MangaCard.tsx
+++ b/src/components/MangaCard.tsx
@@ -197,6 +197,28 @@ export const MangaCard = (props: MangaCardProps) => {
height: '100%',
}}
>
+
{
>
{inLibraryIndicator && inLibrary && (
-
+
{t('manga.button.in_library')}
)}
@@ -239,28 +259,6 @@ export const MangaCard = (props: MangaCardProps) => {
handleSelection={handleSelection}
/>
-
<>
{gridLayout !== GridLayout.Comfortable && (
<>