Skip to content

CustomDomainPublishingRow

reference
1 min readUpdated

Kind: Component

Source: atloria-monorepo/apps/web/src/app/app/projects/[id]/page.tsx

Publishing-card row for the custom domain: shows the shared status chip when a domain exists (fetched once, non-blocking) plus a deep link into Settings → Branding → Domain.

Props

NameTypeRequiredDefault
projectIdstring-

Diagram

mermaid
graph TD
    component_CustomDomainPublishingRow_16a8d4e7["CustomDomainPublishingRow"]
    class component_CustomDomainPublishingRow_16a8d4e7 rootComponent

Relationships

  • RENDERS → DomainStatusChip
  • RENDERS → Link
  • USES_HOOK → useAPIClient
  • USES_HOOK → useState
  • USES_HOOK → useEffect

Referenced By

  • ProjectPage (RENDERS)

Was this page helpful?

Download as PDF