fix: highlight custom URLs
This commit is contained in:
@@ -102,7 +102,7 @@ const UpdateWorkspaceUrlForm = ({
|
|||||||
<Input
|
<Input
|
||||||
{...register("slug")}
|
{...register("slug")}
|
||||||
className={`${
|
className={`${
|
||||||
isWorkspaceSlugAvailable?.isPremium ||
|
isWorkspaceSlugAvailable?.isAvailable ||
|
||||||
(workspacePlan === "pro" && slug === workspaceUrl)
|
(workspacePlan === "pro" && slug === workspaceUrl)
|
||||||
? "focus:ring-yellow-500 dark:focus:ring-yellow-500"
|
? "focus:ring-yellow-500 dark:focus:ring-yellow-500"
|
||||||
: ""
|
: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user