This commit is contained in:
CaIon
2025-06-16 21:01:57 +08:00
parent 7403df7e9c
commit 4a8b7bfa37
3 changed files with 4 additions and 10 deletions

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>
}