Skip to content

Commit d754869

Browse files
committed
docs: replace Eye icon with CircleDotDashed for context-aware linting
1 parent 51b6b44 commit d754869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ESLintReact } from "#/components/ESLintReact";
22
import { Card, Cards } from "fumadocs-ui/components/card";
3-
import { Eye, Shield, Sliders, Zap } from "lucide-react";
3+
import { CircleDotDashed, Shield, Sliders, Zap } from "lucide-react";
44
import { Link } from "next-view-transitions";
55

66
const features = [
@@ -22,7 +22,7 @@ const features = [
2222
[
2323
"Context-aware Linting",
2424
"Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance.",
25-
Eye,
25+
CircleDotDashed,
2626
],
2727
] as const;
2828

0 commit comments

Comments
 (0)