♻️ Refactor and WIP towards mantine v5

This commit is contained in:
ajnart
2022-07-26 01:21:04 +02:00
parent d4d9e5cfcb
commit 9f9566b27c
5 changed files with 28 additions and 23 deletions

View File

@@ -83,10 +83,10 @@ export default function DownloadComponent() {
if (downloadServices.length === 0) {
return (
<Group direction="column">
<Group>
<Title order={3}>No supported download clients found!</Title>
<Group>
<Text>Add a download service to view your current downloads...</Text>
<Text>Add a download service to view your current downloads</Text>
<AddItemShelfButton />
</Group>
</Group>