Skip to content

Commit

Permalink
replace deprecated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Aug 26, 2024
1 parent b173d6a commit 42e37ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import Image from "@/components/image";
import ModeToggle from "@/components/theme/theme-toggle";
import { Button } from "./components/ui/button";
import { GithubIcon } from "lucide-react";

import { CodeXmlIcon } from "lucide-react";

const IMAGES = [
{ src: "/images/vite.webp", href: "https://vitejs.dev" },
Expand Down Expand Up @@ -34,7 +35,7 @@ export default function App() {
rel="noopener noreferrer"
>
<Button variant="outline" size="icon" aria-label="GitHub">
<GithubIcon className="h-[1.2rem] w-[1.2rem]" />
<CodeXmlIcon className="h-[1.2rem] w-[1.2rem]" />
</Button>
</a>
</section>
Expand Down

0 comments on commit 42e37ab

Please sign in to comment.