Skip to content

Commit 17aa015

Browse files
committed
fix: change placeholder to proper default text
1 parent bc8ebf9 commit 17aa015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/account/settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function cancelPasswordReset() {
270270
v-model="customDomainInput"
271271
type="text"
272272
class="flex-1 bg-bg border border-border rounded-md px-3 py-2 font-mono text-sm max-w-md"
273-
placeholder="e.g., paulie.codes"
273+
placeholder="e.g., example.com"
274274
/>
275275
<ButtonBase
276276
v-if="!isConfirmingHandle"

0 commit comments

Comments
 (0)