diff --git a/demo/nextjs/components/logo.tsx b/demo/nextjs/components/logo.tsx index 05fb13e4..21d2afc8 100644 --- a/demo/nextjs/components/logo.tsx +++ b/demo/nextjs/components/logo.tsx @@ -3,21 +3,18 @@ import { SVGProps } from "react"; export const Logo = (props: SVGProps) => { return ( - - - - - ); diff --git a/demo/nextjs/components/sign-in.tsx b/demo/nextjs/components/sign-in.tsx index 504231a9..10ed9d06 100644 --- a/demo/nextjs/components/sign-in.tsx +++ b/demo/nextjs/components/sign-in.tsx @@ -14,7 +14,7 @@ import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { PasswordInput } from "@/components/ui/password-input"; import { signIn } from "@/lib/auth-client"; -import { GitHubLogoIcon } from "@radix-ui/react-icons"; +import { DiscordLogoIcon, GitHubLogoIcon } from "@radix-ui/react-icons"; import { Key, Loader2 } from "lucide-react"; import Link from "next/link"; import { useRouter } from "next/navigation"; @@ -118,6 +118,19 @@ export default function SignIn() { Continue with Github +