diff options
| author | Larvan2 <[email protected]> | 2026-04-18 14:08:45 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-18 14:08:45 +0800 |
| commit | fd39af8af5e2e6ba88f8ba2ac3e6101aeda2b6c1 (patch) | |
| tree | c1151d88422b0492dedd19eb39f56f6360b840c3 /src/components/Rule.tsx | |
| parent | 57b2b5491c9c2cfb0f41606120b67cbb42350fa9 (diff) | |
| parent | 56758999537ca0790837f446984379eebca3a44d (diff) | |
Merge pull request #116 from Olivi-9/master
update dependencies & change style in Home
Diffstat (limited to 'src/components/Rule.tsx')
| -rw-r--r-- | src/components/Rule.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Rule.tsx b/src/components/Rule.tsx index 24e2e57..ee3a7ab 100644 --- a/src/components/Rule.tsx +++ b/src/components/Rule.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { FileText, Globe, Hash, Link, Shield, Zap } from 'react-feather'; +import { FileText, Globe, Hash, Link, Shield, Zap } from '~/components/shared/FeatherIcons'; import s0 from './Rule.module.scss'; |
