# CurateButtons

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/EntityTree.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/EntityTree.tsx#L64)

Hover pin/hide controls on a tree row — stops the row's navigation.

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `entityId` | `string` | ✓ | - |
| `pinned` | `boolean` | ✓ | - |
| `onCurate` | `NonNullable` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_CurateButtons_7d67d75d["CurateButtons"]
    class component_CurateButtons_7d67d75d rootComponent
```

## Referenced By

- `AppSection` (RENDERS)
