mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
style: email placeholder changed across the platform (#3206)
* style: email placeholder changed across the platform * fix: placeholder text
This commit is contained in:
committed by
sriram veeraghanta
parent
0b1efb173f
commit
6ecaa661a7
@@ -90,7 +90,7 @@ export const InstanceSetupSignInForm: FC<IInstanceSetupEmailForm> = (props) => {
|
||||
type="email"
|
||||
value={value}
|
||||
onChange={onChange}
|
||||
placeholder="orville.wright@firstflight.com"
|
||||
placeholder="orville.wright@frstflt.com"
|
||||
className="h-[46px] w-full border border-onboarding-border-100 pr-12 placeholder:text-onboarding-text-400"
|
||||
/>
|
||||
{value.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user