# ActionButton

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/common/ErrorState.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/common/ErrorState.tsx#L84)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `href` | `string` | ✓ | - |
| `label` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ActionButton_9f189["ActionButton"]
    class component_ActionButton_9f189 rootComponent
```

## Relationships

- USES_HOOK → `useRouter`

## Referenced By

- `ErrorContent` (RENDERS)
- `ErrorState` (RENDERS)
