Skip to content

Commit 9d2bb6d

Browse files
committed
fix: update Widget card description to match action-oriented style
Update the Widget tool card description from passive voice to action-oriented style, consistent with the other tool cards (Banner, Revenue Share, etc.) which all start with a verb. Closes #527
1 parent fe20451 commit 9d2bb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/routes/_index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const interactionTools = [
7171
},
7272
{
7373
title: 'Widget',
74-
description: `A floating icon that lets visitors support you with one-time payments. No extension needed, simple and flexible.`,
74+
description: `Add a floating icon to your site so visitors can support you instantly with a one-time contribution. Simple, flexible, no extension required.`,
7575
tags: [
7676
'Web Monetization',
7777
'One time support',

0 commit comments

Comments
 (0)