Skip to content

Commit d5348ec

Browse files
committed
fix: Format
1 parent 0d0a24f commit d5348ec

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/onboarding-modal/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ function Navbar() {
6565

6666
## Props
6767

68-
| Prop | Type | Required | Description |
69-
|------|------|----------|-------------|
70-
| `modal` | `object` | Yes | Configuration object for the modal |
71-
| `modal.bot` | `string` | Yes | Your Telegram bot's username (without the `@` symbol) |
72-
| `modal.address` | `string` | Yes | The Ethereum wallet address to link with the user's Telegram account |
73-
| `modal.title` | `string` | No | Custom modal title (default: "DMe") |
74-
| `modal.description` | `string` | No | Custom modal description |
75-
| `modal.cta` | `string` | No | Custom call-to-action button text (default: "Open Telegram") |
68+
| Prop | Type | Required | Description |
69+
| ------------------- | -------- | -------- | -------------------------------------------------------------------- |
70+
| `modal` | `object` | Yes | Configuration object for the modal |
71+
| `modal.bot` | `string` | Yes | Your Telegram bot's username (without the `@` symbol) |
72+
| `modal.address` | `string` | Yes | The Ethereum wallet address to link with the user's Telegram account |
73+
| `modal.title` | `string` | No | Custom modal title (default: "DMe") |
74+
| `modal.description` | `string` | No | Custom modal description |
75+
| `modal.cta` | `string` | No | Custom call-to-action button text (default: "Open Telegram") |
7676

7777
## How It Works
7878

0 commit comments

Comments
 (0)