a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

render pending if verification missing

+2 -2
+2 -2
app/lish/createPub/UpdatePubForm.tsx
··· 329 329 return await callRPC("get_domain_status", { domain }); 330 330 }); 331 331 332 - let pending = data?.config?.misconfigured || data?.error; 332 + let pending = data?.config?.misconfigured || data?.verification; 333 333 334 334 return ( 335 335 <div className="text-sm text-secondary relative w-full "> ··· 392 392 if (!config?.misconfigured && !verification) 393 393 return <div>This domain is verified!</div>; 394 394 return ( 395 - <div className="flex flex-col gap-[6px] text-sm"> 395 + <div className="flex flex-col gap-[6px] text-sm text-primary"> 396 396 <div> 397 397 To verify this domain, add the following record to your DNS provider for{" "} 398 398 <strong>{props.domain}</strong>.