diff --git a/src/components/features.tsx b/src/components/features.tsx index 014fdce..384f621 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -28,6 +28,7 @@ import { UpdateIcon, } from "@radix-ui/react-icons"; import Image from "next/image"; +import Link from "next/link"; import { Button } from './ui/button'; import { COLORS } from './create-theme'; import { Slider } from './ui/slider'; @@ -129,7 +130,7 @@ export default function Features() { We are always looking for ways to make your experience better. With stackable themes that can be mixed and matched, you can create a browser that is truly yours. Learn more
- +
diff --git a/src/components/release-note.tsx b/src/components/release-note.tsx
index 8cf450a..9dc2c15 100644
--- a/src/components/release-note.tsx
+++ b/src/components/release-note.tsx
@@ -97,7 +97,7 @@ export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {