File tree Expand file tree Collapse file tree
packages/onboarding-modal Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments