MISC: Added data and tested catgory page to be working

This commit is contained in:
JustIceO7
2025-03-01 02:20:30 +00:00
parent 98198893db
commit 9815ee5a09
3 changed files with 48 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ const CategoryPage: React.FC = () => {
<ListRow
ref={listRowRef}
type="stream"
title={`${categoryName} Streams`}
title={`${categoryName}`}
description={`Live streams in the ${categoryName} category`}
items={streams}
wrap={true}