Skip to content

Commit

Permalink
docs: 📦 package: update developer-icons library
Browse files Browse the repository at this point in the history
  • Loading branch information
xandemon committed Nov 9, 2024
1 parent 9af7937 commit db13ca7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"astro": "^4.8.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"developer-icons": "^4.3.7",
"developer-icons": "^5.0.0",
"lucide-react": "^0.378.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { publicBaseUrl } from "@/config";

<div class="flex items-center justify-between gap-4 w-full py-4">
<div class="flex flex-col gap-4">
<Badge className="tracking-widest">🚀 v4.3.7</Badge>
<Badge className="tracking-widest">🚀 v5.0.0</Badge>
<p class="text-5xl font-bold leading-tight">
<span class="text-sky-600">Ready-to-use</span>
<br />
Expand Down
6 changes: 3 additions & 3 deletions docs/src/components/Navbar.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import { GitHubDarkIcon, NPMIcon } from "developer-icons";
import { GitHubDark, NPM } from "developer-icons";
import Container from "./Container.astro";
import { publicBaseUrl } from "@/config";
---
Expand All @@ -23,14 +23,14 @@ import { publicBaseUrl } from "@/config";
target="_blank"
rel="noopener noreferrer"
>
<GitHubDarkIcon size={20} className="github" /></a
<GitHubDark size={20} className="github" /></a
>
<a
href="https://www.npmjs.com/package/developer-icons"
target="_blank"
rel="noopener noreferrer"
>
<NPMIcon size={20} /></a
<NPM size={20} /></a
>
</nav>
</Container>
Expand Down

0 comments on commit db13ca7

Please sign in to comment.