Rename project from "Cheating Daddy" to "Mastermind" across all configurations and components to reflect the new branding.

This commit is contained in:
Илья Глазунов
2026-02-14 20:31:35 +03:00
parent bd62cf5524
commit 8b216bbb33
6 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ export class OnboardingView extends LitElement {
if (this.currentSlide === 0) {
return html`
<div class="slide">
<div class="slide-title">Cheating Daddy</div>
<div class="slide-title">Mastermind</div>
<div class="slide-text">Real-time AI that listens, watches, and helps during interviews, meetings, and exams.</div>
<div class="actions">
<button class="btn-primary" @click=${() => { this.currentSlide = 1; }}>Continue</button>