mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-06-21 23:41:04 +00:00
fix: use Kurdish terminology (Xal instead of Puanlar)
This commit is contained in:
@@ -207,7 +207,7 @@ export function RewardsSection() {
|
||||
{[
|
||||
{ id: 'overview' as const, label: 'Geşbîn' },
|
||||
{ id: 'referrals' as const, label: 'Referral' },
|
||||
{ id: 'scores' as const, label: 'Puanlar' },
|
||||
{ id: 'scores' as const, label: 'Xal' },
|
||||
].map(({ id, label }) => (
|
||||
<button
|
||||
key={id}
|
||||
|
||||
Reference in New Issue
Block a user