Skip to content

Commit df6082c

Browse files
committed
docs: 📦 update developer-icons package to v4.2.4
1 parent 0b3c723 commit df6082c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"astro": "^4.8.2",
2121
"class-variance-authority": "^0.7.0",
2222
"clsx": "^2.1.1",
23-
"developer-icons": "^4.2.3",
23+
"developer-icons": "^4.2.4",
2424
"lucide-react": "^0.378.0",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1",

docs/src/components/HeroSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { publicBaseUrl } from "@/lib/utils";
77

88
<div class="flex items-center justify-between gap-4 w-full py-4">
99
<div class="flex flex-col gap-4">
10-
<Badge className="tracking-widest">🚀 v4.2.3</Badge>
10+
<Badge className="tracking-widest">🚀 v4.2.4</Badge>
1111
<p class="text-5xl font-bold leading-tight">
1212
<span class="text-sky-600">Ready-to-use</span>
1313
<br />

0 commit comments

Comments
 (0)