Skip to content
Merged
Changes from 2 commits
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
3 changes: 0 additions & 3 deletions app/(app)/alpha/additional-details/_client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@ function SlideOne({ details }: { details: UserDetails }) {
<Field>
<Label>Username</Label>
<div className="mt-2 flex rounded-md shadow-sm">
<span className=" inline-flex items-center rounded-l-md border border-r-0 border-gray-300 bg-black px-3 font-semibold text-white dark:bg-white dark:text-black sm:text-sm">
codu.co/
</span>
<Input
id="username"
placeholder="Enter username"
Expand Down