Skip to content

Commit

Permalink
use paragraph (¶) icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchuman committed Jan 17, 2025
1 parent 8bfd280 commit d0183b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions src/ui/modules/RichtextModule/AnchoredHeading.tsx
Original file line number Diff line number Diff line change
@@ -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({
Expand All @@ -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}`}
>
<VscLink className="inline-block align-baseline text-[smaller]" />
<span className="inline-block text-ink/25"></span>
</a>
</Tag>
)
Expand Down

0 comments on commit d0183b8

Please sign in to comment.