fixed add m3u button on onboarding view:

This commit is contained in:
dekzter 2025-04-12 14:50:34 -04:00
parent e4a84f0e80
commit e878afa5c2

View file

@ -757,7 +757,7 @@ const StreamsTable = ({}) => {
variant="default"
radius="md"
size="md"
onClick={() => navigate('/m3u')}
onClick={() => navigate('/sources')}
style={{
backgroundColor: '#444',
color: '#d4d4d8',