summaryrefslogtreecommitdiff
path: root/src/components/StyleGuide.tsx
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2026-04-18 14:08:45 +0800
committerGitHub <[email protected]>2026-04-18 14:08:45 +0800
commitfd39af8af5e2e6ba88f8ba2ac3e6101aeda2b6c1 (patch)
treec1151d88422b0492dedd19eb39f56f6360b840c3 /src/components/StyleGuide.tsx
parent57b2b5491c9c2cfb0f41606120b67cbb42350fa9 (diff)
parent56758999537ca0790837f446984379eebca3a44d (diff)
Merge pull request #116 from Olivi-9/master
update dependencies & change style in Home
Diffstat (limited to 'src/components/StyleGuide.tsx')
-rw-r--r--src/components/StyleGuide.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StyleGuide.tsx b/src/components/StyleGuide.tsx
index 0e5d2a5..f743f89 100644
--- a/src/components/StyleGuide.tsx
+++ b/src/components/StyleGuide.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Zap } from 'react-feather';
+import { Zap } from '~/components/shared/FeatherIcons';
import Loading from '~/components/Loading';