Skip to content

Commit 899ec8e

Browse files
committed
fix: correct Evil Charts footer link to apex domain
www.evilcharts.com 404s; use https://evilcharts.com/.
1 parent ea58749 commit 899ec8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/components/dither-kit-docs/sections.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ export function DocsFooter() {
416416
<span className="font-mono">
417417
built on the shoulders of{" "}
418418
<a
419-
href="https://www.evilcharts.com"
419+
href="https://evilcharts.com/"
420420
target="_blank"
421421
rel="noreferrer"
422422
className="text-foreground underline underline-offset-2"

apps/web/src/components/dither-kit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ selection, colour bloom, and prop-driven entrance animations are all built in.
88
The pack is **self-contained** (only `react`, `motion`, `d3-scale`, `d3-shape`,
99
`clsx`, `tailwind-merge`) and ships as a shadcn registry.
1010

11-
> **Huge thanks to [Evil Charts](https://www.evilcharts.com)** by
11+
> **Huge thanks to [Evil Charts](https://evilcharts.com)** by
1212
> [legions-developer](https://github.com/legions-developer/evilcharts) — the
1313
> original dithered, composable chart aesthetic that inspired all of this. Go
1414
> star it. ⭐

0 commit comments

Comments
 (0)