Skip to content

Commit e9d55ac

Browse files
authored
Merge pull request dubinc#2395 from marcusljf/may5-domain_connect
Connect domain messaging
2 parents 64d90a6 + 3904f3f commit e9d55ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/ui/domains/add-edit-domain-form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ const STATUS_CONFIG: Record<
8585
},
8686
"has site": {
8787
suffix:
88-
"already has a site connected. Ensure you want to connect this domain for shortlinks.",
88+
"is currently pointing to an existing website. Only proceed if you're sure you want to use this domain for short links on Dub.",
8989
icon: AlertCircleFill,
90-
className: "bg-amber-100 text-amber-600",
90+
className: "bg-blue-100 text-blue-800",
9191
},
9292
available: {
9393
suffix: "is ready to connect.",

0 commit comments

Comments
 (0)