Skip to content

Commit 87ddc2b

Browse files
Update README.md
1 parent 747295c commit 87ddc2b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,10 @@ const props: supportUsButtonProps = {
177177
Image: { src: "", alt: "" }, // ← hero background image, Note: Remove the prop if you do not rquire a hero image.
178178
},
179179

180-
organizationInformation: {
181-
className: ""
180+
organizationInformation: {
182181
name: "", // ← your organization name
183182
description: "", // ← short org description
184-
logo: { src: "", alt: "" }, // ← Add file path to src and alt text for accessibility. Note: Accepts ReactNode JSX elements
183+
logo: { src: "", alt: "" }, // ← Add file path to src and alt text for accessibility. Note: Accepts a string path/url.
185184
projectInformation: {
186185
name: "", // ← your project name
187186
description: "",// ← short project description
@@ -203,7 +202,7 @@ const props: supportUsButtonProps = {
203202
className: "sponsor-link",
204203
url: "https://example.com/sponsor",
205204
icon: null, // This Accepts ReactNode element(JSX)
206-
newTab: true
205+
newTab: true,
207206
},
208207
// Add one entry per sponsorship platform
209208
],

0 commit comments

Comments
 (0)