MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / getDefaultDomainStatus

Function getDefaultDomainStatus

apps/web/ui/BrandingView/index.tsx:373–380  ·  view source on GitHub ↗
(currentCommunity: SerializedAccount)

Source from the content-addressed store, hash-verified

371}
372
373function getDefaultDomainStatus(currentCommunity: SerializedAccount) {
374 if (!currentCommunity.redirectDomain) {
375 return '';
376 }
377 return currentCommunity.redirectDomainPropagate
378 ? 'Custom domain is working.'
379 : 'Custom domain is not working.';
380}
381
382function DomainStatus({
383 currentCommunity,

Callers 1

DomainStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected