🏗 Fixed the archive ops panel

This commit is contained in:
2023-12-30 00:50:28 -05:00
parent a25837e2aa
commit c8bdb54066
7 changed files with 14 additions and 20 deletions

View File

@@ -230,17 +230,6 @@ export const ComicDetail = (data: ComicDetailProps): ReactElement => {
},
{
id: 6,
icon: (
<span className="inline-flex flex-row">
{/* download count */}
<span className="inline-flex items-center bg-slate-50 text-slate-800 text-xs font-medium px-2 rounded-md dark:text-slate-900 dark:bg-slate-400">
<span className="text-md text-slate-500 dark:text-slate-900">
34
</span>
</span>
<i className="h-5 w-5 icon-[solar--download-bold-duotone] text-slate-500 dark:text-slate-300" />
</span>
),
name: "Downloads",
content:
!isNil(data.data) && !isEmpty(data.data) ? (