Skip to content

Commit

Permalink
docs: ⚡ improvement: use GithubLight icon in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
xandemon committed Dec 15, 2024
1 parent 896efc3 commit 5492cde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/components/Navbar.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import { GitHubDark, NPM } from "developer-icons";
import Container from "./Container.astro";
import { GitHubLight, NPM } from "developer-icons";
import { publicBaseUrl } from "@/config";
import { DisclaimerAlert } from "./disclaimerAlert";
import { cn } from "@/lib/utils";
Expand Down Expand Up @@ -58,7 +57,7 @@ const matchSamePage = (href: string) => {
target="_blank"
rel="noopener noreferrer"
>
<GitHubDark size={20} className="github" /></a
<GitHubLight size={20} className="github" /></a
>
<a
href="https://www.npmjs.com/package/developer-icons"
Expand Down

0 comments on commit 5492cde

Please sign in to comment.