# CustomDomainPublishingRow

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/page.tsx#L1850)

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

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |

## 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)
