This commit is contained in:
CaIon
2025-06-16 21:01:57 +08:00
parent 9d3bd12717
commit 7d126706fc
3 changed files with 4 additions and 10 deletions
+3 -2
View File
@@ -22,7 +22,8 @@ import {
Clock,
AlertTriangle,
Coins,
Tags, Boxes
Tags,
List
} from 'lucide-react';
import { CHANNEL_OPTIONS, ITEMS_PER_PAGE } from '../../constants/index.js';
@@ -90,7 +91,7 @@ const ChannelsTable = () => {
shape='circle'
prefixIcon={
<div className="flex items-center">
<Boxes size={14} className="mr-1" />
<List size={14} className="mr-1" />
{getChannelIcon(type)}
</div>
}