Skip to content

Commit 4fe97ed

Browse files
fix: text not shown after signing
1 parent 4d3baed commit 4fe97ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/SignManifest.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,8 @@ export function SignManifest() {
533533
)}
534534
{signature && (
535535
<div style={{ marginTop: '1.5rem', paddingTop: '1rem', borderTop: '1px solid rgba(180, 140, 255, 0.12)' }}>
536+
<h3>You have signed the Manifesto.</h3>
537+
<p>Thank you for your commitment. Together, we define the standard for AI-augmented software craftsmanship.</p>
536538
<ShareButtons />
537539
</div>
538540
)}

0 commit comments

Comments
 (0)