From edf6c5cb65cbf103fb1848760595f5c381dac723 Mon Sep 17 00:00:00 2001 From: Olivi <225673551+Olivi-9@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:26:24 +0800 Subject: build(deps)!: update depends --- src/components/ConnectionCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ConnectionCard.tsx') diff --git a/src/components/ConnectionCard.tsx b/src/components/ConnectionCard.tsx index 8a3a88a..bf16eb6 100644 --- a/src/components/ConnectionCard.tsx +++ b/src/components/ConnectionCard.tsx @@ -1,7 +1,7 @@ import { formatDistance, Locale } from 'date-fns'; import { enUS, zhCN, zhTW } from 'date-fns/locale'; import React from 'react'; -import { ArrowDown, ArrowDownCircle, ArrowUp, X } from 'react-feather'; +import { ArrowDown, ArrowDownCircle, ArrowUp, X } from '~/components/shared/FeatherIcons'; import { useTranslation } from 'react-i18next'; import { FormattedConn } from '~/store/connections'; -- cgit v1.3.1