FIX: Stream management;
REFACTOR: Remove unnecessary console logs; REFACTOR: Change "Show More" to "Show All"; REFACTOR: `CategoryPage` background set to default;
This commit is contained in:
@@ -92,7 +92,7 @@ const CategoryPage: React.FC = () => {
|
||||
if (hasMoreData && !streams.length) return <LoadingScreen />;
|
||||
|
||||
return (
|
||||
<DynamicPageContent className="min-h-screen bg-gradient-radial from-[#ff00f1] via-[#0400ff] to-[#ff0000]">
|
||||
<DynamicPageContent className="min-h-screen">
|
||||
<div className="pt-8">
|
||||
<ListRow
|
||||
ref={listRowRef}
|
||||
|
||||
Reference in New Issue
Block a user