diff --git a/README.md b/README.md index 149a0f4..10e6896 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ Information about the organization and project. | `name` | string | Yes | Organization name | | `description` | string | Yes | Organization description | | `logo` | `Image` / string | No | Organization logo | -| `projectInformation` | `projectInformation` | Yes | Project details | +| `projectInformation` | `projectInformation` | No | Project details | diff --git a/package-lock.json b/package-lock.json index 0abf113..4606c27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "support-us-button", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "support-us-button", - "version": "1.0.0", + "version": "1.1.0", "license": "GNU General Public License v3.0", "dependencies": { "tslib": "^2.8.1" diff --git a/package.json b/package.json index df1e19a..564d669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "support-us-button", - "version": "1.0.0", + "version": "1.1.0", "description": "A customizable and flexible Support Us button component for integrating sponsorship and donation options into web applications.", "keywords": [ "aossie", diff --git a/src/components/SupportUsButton.tsx b/src/components/SupportUsButton.tsx index 2baa3c2..1438a25 100644 --- a/src/components/SupportUsButton.tsx +++ b/src/components/SupportUsButton.tsx @@ -193,40 +193,45 @@ function SupportUsButton({ {/* Line */} -
+ > + )} {/* Project information */} -+ ABOUT PROJECT:{" "} + {organizationInformation.projectInformation.name} + +
- "{organizationInformation.projectInformation.description}" -
-