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
+2 -2
View File
@@ -399,7 +399,7 @@ export class CheatingDaddyApp extends LitElement {
this._localVersion = await cheatingDaddy.getVersion();
this.requestUpdate();
const res = await fetch('https://raw.githubusercontent.com/sohzm/cheating-daddy/refs/heads/master/package.json');
const res = await fetch('https://raw.githubusercontent.com/ShiftyX1/Mastermind/refs/heads/master/package.json');
if (!res.ok) return;
const remote = await res.json();
const remoteVersion = remote.version;
@@ -782,7 +782,7 @@ export class CheatingDaddyApp extends LitElement {
return html`
<div class="sidebar ${this._isLiveMode() ? 'hidden' : ''}">
<div class="sidebar-brand">
<h1>Cheating Daddy</h1>
<h1>Mastermind</h1>
</div>
<nav class="sidebar-nav">
${items.map(item => html`