added github link to landing page

This commit is contained in:
Oliver Bryan
2026-01-09 06:50:04 +00:00
parent 67f87b7d27
commit 121ace9541
6 changed files with 26 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import { useState } from "react";
import { Button } from "./button";
import { Dialog, DialogClose, DialogContent, DialogHeader, DialogTitle } from "./dialog";
import { Button } from "@/components/ui/button";
import { Dialog, DialogClose, DialogContent, DialogHeader, DialogTitle } from "@/components/ui/dialog";
export function ConfirmDialog({
open,

View File

@@ -1,10 +1,10 @@
import { Edit } from "lucide-react";
import { useRef, useState } from "react";
import Avatar from "@/components/avatar";
import { Button } from "@/components/ui/button";
import { Label } from "@/components/ui/label";
import { user } from "@/lib/server";
import { cn } from "@/lib/utils";
import Avatar from "./avatar";
export function UploadAvatar({
name,