Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ABHAY-100 authored Dec 2, 2024
1 parent 01bbe4c commit 1e7d201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Page = () => {
disabled={isLoading}
value={groupName}
onChange={(e) => handleStateChange("groupName", e.target.value)}
placeholder={`eg. JuicyChemistry`}
placeholder={`e.g. Avengers`}
className={`w-full py-2 bg-transparent placeholder-white/40 text-white border-b-2 border-white/20 font-normal focus:border-white/80 outline-none ${
isLoading ? "opacity-50 cursor-not-allowed" : ""
}`}
Expand Down

0 comments on commit 1e7d201

Please sign in to comment.