Skip to content

Commit

Permalink
add placeholder text in join our community section
Browse files Browse the repository at this point in the history
  • Loading branch information
Vsoni27 committed Oct 23, 2023
1 parent 497ada8 commit 46bc96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/templates/ebraj/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export const JoinOurCommunity = () => {
className="mx-auto flex max-w-[450px] flex-col space-y-2 md:flex-row md:space-x-2 md:space-y-0"
onSubmit={formSubmitFunction}
>
<Input className="w-[100%] bg-slate-100 py-7 dark:bg-slate-800/20 dark:ring-slate-800/70" />
<Input className="w-[100%] bg-slate-100 py-7 dark:bg-slate-800/20 dark:ring-slate-800/70 text-md" placeholder="Enter your email"/>
<Button
type="submit"
className="min-w-max bg-gradient-to-r from-[#845df1] via-[#e94389] to-[#e0ab18] px-10 py-7 text-lg transition-all hover:scale-105"
Expand Down

0 comments on commit 46bc96f

Please sign in to comment.