Skip to content

Commit b14b46d

Browse files
authored
Merge pull request #21 from crackedstudio/Otaiki1/faq-support-names-celo-as-operator
fix(faq): name Cracked Studios and Nimiq Pay as operator and host
2 parents 7521876 + 2577af4 commit b14b46d

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

apps/web/src/__tests__/app/faq.test.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,17 @@ describe('FAQ facts', () => {
104104
expect(allCopy).not.toMatch(/daily reward/i)
105105
expect(allCopy).not.toMatch(/claim your reward/i)
106106
})
107+
108+
it('names the operator and host the app actually has', () => {
109+
// The SUPPORT answer still said Terreno was operated by Celo Core Co. and
110+
// disclaimed Opera/MiniPay long after the move to Base and Nimiq Pay — so
111+
// the one answer a player reads to find out who they are dealing with named
112+
// the wrong company and the wrong wallet. Same guard the explainer carries.
113+
const whoRuns = allItems.find((i) => i.id === 'who-runs')
114+
expect(whoRuns).toBeDefined()
115+
expect(whoRuns!.a).toContain('Cracked Studios')
116+
expect(allCopy).not.toMatch(/\bCelo\b/)
117+
expect(allCopy).not.toMatch(/\bMiniPay\b/)
118+
expect(allCopy).not.toMatch(/\bOpera\b/)
119+
})
107120
})

apps/web/src/app/faq/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export const FAQ_GROUPS: QaGroup[] = [
186186
{
187187
id: 'who-runs',
188188
q: 'Who runs Terreno?',
189-
a: 'Terreno is operated by Celo Core Co. It is not operated by, affiliated with, or endorsed by Opera or MiniPay — MiniPay is just the wallet that makes Terreno accessible inside their app.',
189+
a: 'Terreno is operated by Cracked Studios. It is not operated by, affiliated with, or endorsed by Nimiq — Nimiq Pay is just the wallet that makes Terreno accessible inside their app.',
190190
},
191191
],
192192
},

apps/web/src/app/terms/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const SECTIONS: Array<{ title: string; paragraphs: string[] }> = [
4343
title: '2. Our Games',
4444
paragraphs: [
4545
'Cracked Studios develops and operates the following games. These Terms apply to all of them, except where a game-specific term presented within that game says otherwise.',
46-
'Blokaz — a play-to-earn game distributed through the MiniPay platform, in which cryptocurrency rewards are earned through gameplay. Blokaz has its own Terms of Use, which govern it in the event of any conflict with these Terms.',
46+
'Blokaz — a play-to-earn game in which cryptocurrency rewards are earned through gameplay. Blokaz has its own Terms of Use, which govern it in the event of any conflict with these Terms.',
4747
'Nukko — a game published by Cracked Studios.',
4848
'Terreno (terreno.world) — a world map made of pixels, described in Section 7. Terreno runs as a Nimiq Pay mini app on the Base network and is the game these Terms are presented within.',
4949
'We may add, rename, modify, suspend or discontinue any game or feature at any time. The Services are provided on an "as available" basis and depend on third-party infrastructure, including the platforms and blockchain networks named above.',

0 commit comments

Comments
 (0)