Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chatbot UI #389

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed border from signup card
  • Loading branch information
rzh4321 committed Jul 27, 2024
commit f7524ad219dde5e44cff42fe5d18c3d9f3744678
2 changes: 1 addition & 1 deletion components/signup-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 29,7 @@ export default function SignupForm() {
action={dispatch}
className="flex flex-col items-center gap-4 space-y-3"
>
<div className="w-full flex-1 rounded-lg border bg-white px-6 pb-4 pt-8 shadow-md md:w-96 dark:bg-zinc-950">
<div className="w-full flex-1 rounded-lg px-6 pb-4 pt-8 md:w-96 dark:bg-zinc-950">
<h1 className="mb-3 text-2xl font-bold">Sign up to Serenity</h1>
<div className="w-full">
<div>
Expand Down