this repo has no description
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: github icon

TurtlePaw 5a52fc8b d7499113

+6 -1
+6 -1
src/nav/navbar.tsx
··· 3 3 import Link from "next/link"; 4 4 import { Button } from "@/components/ui/button"; 5 5 import { ModeToggle } from "./ModeToggle"; // for dark mode toggle 6 - import { LoaderCircle, Menu, X } from "lucide-react"; 6 + import { Github, LoaderCircle, Menu, X } from "lucide-react"; 7 7 import { useState } from "react"; 8 8 import { useAuth } from "@/lib/hooks/useAuth"; 9 9 import { ··· 63 63 </nav> 64 64 65 65 <div className="flex items-center gap-2"> 66 + <Link target="_blank" href={"https://github.com/Turtlepaw/scribble/"}> 67 + <Button variant="ghost" size="icon" className="cursor-pointer"> 68 + <Github /> 69 + </Button> 70 + </Link> 66 71 <ModeToggle /> 67 72 {session ? ( 68 73 <DropdownMenu>