mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 23:42:04 +00:00
style(library): removed icons from Trakt, SIMKL, and MAL filter buttons
This commit is contained in:
parent
c287c01d72
commit
b8701110c5
1 changed files with 3 additions and 3 deletions
|
|
@ -1901,9 +1901,9 @@ const LibraryScreen = () => {
|
|||
style={styles.filtersContainer}
|
||||
contentContainerStyle={styles.filtersContent}
|
||||
>
|
||||
{renderFilter('trakt', 'Trakt', 'pan-tool')}
|
||||
{renderFilter('simkl', 'SIMKL', 'video-library')}
|
||||
{renderFilter('mal', 'MAL', 'book')}
|
||||
{renderFilter('trakt', 'Trakt')}
|
||||
{renderFilter('simkl', 'SIMKL')}
|
||||
{renderFilter('mal', 'MAL')}
|
||||
{renderFilter('movies', t('search.movies'), 'movie')}
|
||||
{renderFilter('series', t('search.tv_shows'), 'live-tv')}
|
||||
</ScrollView>
|
||||
|
|
|
|||
Loading…
Reference in a new issue