Skip to content

Commit

Permalink
chore: placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
coodos committed Nov 4, 2024
1 parent 46a78b8 commit b2a10f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Input variant="text" label="Enter VCV Name" placeholder="My VCV" bind:value={vcvName} />
</div>
<div class="">
<Input variant="text" label="Enter Name" placeholder="Joe Biden" bind:value={name} />
<Input variant="text" label="Enter Name" placeholder="John Doe" bind:value={name} />
</div>
<div class="">
<Input variant="text" label="Enter Role" placeholder="Backend Developer" bind:value={role} />
Expand Down

0 comments on commit b2a10f1

Please sign in to comment.