summaryrefslogtreecommitdiff
path: root/src/components/ConnectionCard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConnectionCard.tsx')
-rw-r--r--src/components/ConnectionCard.tsx2
1 files changed, 1 insertions, 1 deletions
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';