diff --git a/app/share/page.tsx b/app/share/page.tsx index 66c97cd..3454566 100644 --- a/app/share/page.tsx +++ b/app/share/page.tsx @@ -151,7 +151,7 @@ export default function SharePage(): JSX.Element { const toggleRow = React.useCallback((id: string) => { - setExpandedRowIds((prev) => { + setExpandedRowIds((prev: any) => { const next = new Set(prev); if (next.has(id)) { next.delete(id); @@ -185,45 +185,62 @@ export default function SharePage(): JSX.Element { Step 1 Share -
Copy your invitation code and share it with friends.
+Copy your invitation link and share it with friends.
Friends register and enter your invitation code.
+Friends click the link and register directly.
You both receive rewards after successful registration.
+You both receive rewards after your friend activates their account.
Share this code. Your friends can enter it during registration.
+Share this link. Your friends can register directly through it.