fix: texts and icons

This commit is contained in:
Fredrik Burmester
2024-12-19 14:48:51 +01:00
parent 584fcc09d6
commit bf9be278d3
3 changed files with 25 additions and 24 deletions

View File

@@ -82,7 +82,6 @@ const page: React.FC = () => {
<View className="flex flex-row items-center space-x-2">
<DownloadItems
title="Download Series"
subtitle={`${allEpisodes.length} episodes`}
items={allEpisodes || []}
MissingDownloadIconComponent={() => (
<Ionicons name="download" size={22} color="white" />