From f12ed63977b0c07e6cd39c6172b2aedbd5202079 Mon Sep 17 00:00:00 2001 From: Zephyruso <127948745+Zephyruso@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:04:38 +0800 Subject: [PATCH] chore: typo and icon --- src/pages/Connections.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Connections.tsx b/src/pages/Connections.tsx index 7f8f28b..00d816a 100644 --- a/src/pages/Connections.tsx +++ b/src/pages/Connections.tsx @@ -1,9 +1,9 @@ import { createEventSignal } from '@solid-primitives/event-listener' import { createReconnectingWS } from '@solid-primitives/websocket' import { + IconCircleX, IconSortAscending, IconSortDescending, - IconX, } from '@tabler/icons-solidjs' import { ColumnDef, @@ -84,20 +84,20 @@ export default () => { header: () => (
), cell: ({ row }) => (
),