📦 Add package and fix bug in DownloadsModule

This commit is contained in:
ajnart
2022-08-08 14:30:22 +02:00
parent 9fa4836038
commit 20d61c8d2a
4 changed files with 210 additions and 12 deletions

View File

@@ -196,7 +196,7 @@ export default function DownloadComponent() {
</Table>
) : (
<Center style={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
<Image fit="cover" height={300} src="https://danjohnvelasco.github.io/images/empty.png" />
<Title order={3}>No torrents found</Title>
</Center>
)}
</ScrollArea>