We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b6b44 commit d754869Copy full SHA for d754869
apps/website/app/(home)/page.tsx
@@ -1,6 +1,6 @@
1
import { ESLintReact } from "#/components/ESLintReact";
2
import { Card, Cards } from "fumadocs-ui/components/card";
3
-import { Eye, Shield, Sliders, Zap } from "lucide-react";
+import { CircleDotDashed, Shield, Sliders, Zap } from "lucide-react";
4
import { Link } from "next-view-transitions";
5
6
const features = [
@@ -22,7 +22,7 @@ const features = [
22
[
23
"Context-aware Linting",
24
"Rules dynamically adapt to code structure and project settings, minimizing noise while maximizing relevance.",
25
- Eye,
+ CircleDotDashed,
26
],
27
] as const;
28
0 commit comments