diff --git a/src/App.tsx b/src/App.tsx index 5061aab..63f41df 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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" }, @@ -34,7 +35,7 @@ export default function App() { rel="noopener noreferrer" >