kyd-shared-badge 0.2.18 → 0.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -109,15 +109,7 @@ const SharedBadgeDisplay = ({ badgeData }: { badgeData: PublicBadgeData }) => {
|
|
|
109
109
|
|
|
110
110
|
return (
|
|
111
111
|
<div className={`${wrapperMaxWidth} mx-auto`}>
|
|
112
|
-
|
|
113
|
-
<ShareButton
|
|
114
|
-
badgeId={badgeId}
|
|
115
|
-
shareTitle={`KYD Self-Check™ Report | ${badgeData.developerName}`}
|
|
116
|
-
shareText="Check out my KYD Self-Check™ from Know Your Developer™"
|
|
117
|
-
buttonText="Share"
|
|
118
|
-
className={'flex items-center justify-center h-10 w-10 sm:w-auto sm:px-4 sm:py-2 text-white rounded-full sm:rounded-md transition-all duration-300 ease-in-out bg-[var(--icon-accent)] hover:bg-[var(--icon-accent-hover)]'}
|
|
119
|
-
/>
|
|
120
|
-
</div>
|
|
112
|
+
{/* Share controls removed; app-level pages render their own actions */}
|
|
121
113
|
<ReportHeader
|
|
122
114
|
badgeId={badgeId}
|
|
123
115
|
developerName={badgeData.developerName}
|