# UpgradeHint

**Kind:** Component

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

Shown after a save comes back 402 PLAN_REQUIRED — points at billing instead of a dead retry.

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `requiredPlan` | `string` | ✓ | - |
| `message` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_UpgradeHint_16911c5d["UpgradeHint"]
    class component_UpgradeHint_16911c5d rootComponent
```

## Relationships

- RENDERS → `SparklesIcon`

## Referenced By

- `BrandingSettingsPage` (RENDERS)
