Files
no-copy-frontend/src/app/ui/referral-page/referral-link-section.tsx
T
2026-01-12 17:12:50 +07:00

19 lines
729 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default function ReferralLinkSection() {
return (
<div className="referral-link-section">
<h3>🔗 Ваша реферальная ссылка</h3>
<p>Поделитесь этой ссылкой с друзьями и получайте комиссию с каждой их покупки</p>
<div className="referral-link-input">
<span id="referral-link" >
https://dashboard.no-copy.ru/register.php?ref=REFA0406AC8
</span >
<button className="copy-btn">📋 Копировать</button>
</div>
<p className="referral-link-footer">
Код: <strong>REFA0406AC8</strong>
Кликов: <strong>21</strong>
Комиссия: <strong>15%</strong>
</p>
</div>
)
}