feat: enforce tighter character limits for site, funnel, and monitor names to improve UI consistency and usability
This commit is contained in:
@@ -192,7 +192,7 @@ export default function NewSitePage() {
|
||||
id="name"
|
||||
required
|
||||
autoFocus
|
||||
maxLength={255}
|
||||
maxLength={100}
|
||||
value={formData.name}
|
||||
onChange={(e) => setFormData({ ...formData, name: e.target.value })}
|
||||
placeholder="My Website"
|
||||
|
||||
Reference in New Issue
Block a user