diff --git a/README.md b/README.md
index da228c01..00927360 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ An opinionated, fully customizable Next.js (App Router) and Sanity starter templ
## Key Features
- [x] β¨ Next.js 15 (App Router, RSC, Typescript) with Tailwind CSS
-- [x] π [Pre-configured Sanity schema](/src/sanity/schemas/index.ts) & [frontend components](/src/ui/) with [VSCode snippets](/.vscode/sanitypress.code-snippets) for rapid development.
+- [x] π [Pre-configured Sanity schema](/src/sanity/schemaTypes/index.ts) & [frontend components](/src/ui/) with [VSCode snippets](/.vscode/sanitypress.code-snippets) for rapid development.
- [x] βοΈ [Visual editing](https://sanitypress.dev/blog/visual-editing) in [an embedded Sanity Studio](https://sanitypress.dev/blog/why-you-should-embed-your-studio) for a seamless editing experience.
- [x] β¨οΈ Auto-generated [sitemap](https://sanitypress.dev/sitemap.xml) + [Blog RSS feed](https://sanitypress.dev/blog/rss.xml) for SEO.
- [x] β‘ [Perfect Lighthouse scores](https://sanitypress.dev/blog/how-fast-is-sanitypress) on desktop and 99/100 on mobile.
diff --git a/src/ui/modules/RichtextModule/AnchoredHeading.tsx b/src/ui/modules/RichtextModule/AnchoredHeading.tsx
index 2ce689bf..411bbdb5 100644
--- a/src/ui/modules/RichtextModule/AnchoredHeading.tsx
+++ b/src/ui/modules/RichtextModule/AnchoredHeading.tsx
@@ -1,5 +1,4 @@
import { slug } from '@/lib/utils'
-import { VscLink } from 'react-icons/vsc'
import type { PortableTextBlock, PortableTextComponentProps } from 'next-sanity'
export default function AnchoredHeading({
@@ -19,7 +18,7 @@ export default function AnchoredHeading({
className="anim-fade-to-r ml-2 !no-underline group-target:inline-block md:hidden md:group-hover:inline-block"
href={`#${id}`}
>
-
+ ΒΆ
)