Skip to content

Commit 76561bf

Browse files
fix: update README to correct background pattern options for the button
1 parent 959cadf commit 76561bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const props: supportUsButtonProps = {
315315
| Prop | Type | Required | Description |
316316
| ------------------------- | ---------------- | -------- | -------------------------------------------------------------------------------------------------------------- |
317317
| `Theme` | string | No | Theme for the button, can be one of "AOSSIE", "light", "dark", "minimal", or "corporate" |
318-
| `pattern` | string | No | Optional background pattern for the button, can be one of "dots", "grid", "stripes", or "none" |
318+
| `pattern` | string | No | Optional background pattern for the button, can be one of "dots", "grid", "AOSSIE", or "none" |
319319
| `hero` | object | Yes | Information about the Hero section, including title, description, sponsor label, and optional background Image |
320320
| `organizationInformation` | object | Yes | Information about the organization, including name, description, logo, and project information |
321321
| `sponsors` | array of objects | No | List of current sponsors, each with name, optional logo, link, and sponsorship tier |

0 commit comments

Comments
 (0)