We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64d90a6 + 3904f3f commit e9d55acCopy full SHA for e9d55ac
1 file changed
apps/web/ui/domains/add-edit-domain-form.tsx
@@ -85,9 +85,9 @@ const STATUS_CONFIG: Record<
85
},
86
"has site": {
87
suffix:
88
- "already has a site connected. Ensure you want to connect this domain for shortlinks.",
+ "is currently pointing to an existing website. Only proceed if you're sure you want to use this domain for short links on Dub.",
89
icon: AlertCircleFill,
90
- className: "bg-amber-100 text-amber-600",
+ className: "bg-blue-100 text-blue-800",
91
92
available: {
93
suffix: "is ready to connect.",
0 commit comments