aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/bs/bracket.js16
1 files changed, 6 insertions, 10 deletions
diff --git a/static/bs/bracket.js b/static/bs/bracket.js
index 0e5bb94..b40583e 100644
--- a/static/bs/bracket.js
+++ b/static/bs/bracket.js
@@ -435,14 +435,14 @@ class BracketCityRank {
// Show important announcement after UI is fully rendered
// Change the id parameter for each new announcement to ensure it shows
this.showImportantAnnouncement({
- title: '\u{1F6A8} Welcome to [Bracket City] \u{1F6A8}',
+ title: '\u{1F6A8} Welcome to [Bracket Shitty] \u{1F6A8}',
message: `
<ul style="text-align: left; margin: 1rem 0; padding-left: 1.5rem;">
<li>Click <span class='help-icon'>?</span> to access the <mark style="background-color:rgba(255, 255, 0, 0.2);">tutorial</mark></li>
<li>Click <span class='help-icon'>!</span> to access <mark style="background-color:rgba(255, 255, 0, 0.2);">news and settings</mark></li>
<li>Click the date header to access the <mark style="background-color:rgba(255, 255, 0, 0.2);">date picker</mark> and browse the archive</li>
</ul>
- <p><strong>Thank you for playing Bracket City!</strong></p>
+ <p><strong>Thank you for playing Bracket Shitty!</strong></p>
`,
buttonText: 'ok great thanks',
id: 'update-2025-3-11' // Change this ID for a new announcement
@@ -3218,7 +3218,7 @@ generateSpecialKeyHTML(keyItem) {
return `
<div class="rank-display" data-rank="${stats.rank}">
- You are ${(stats.rank === 'Chief of Police' || stats.rank === 'Mayor') ? 'the' : 'a'} Bracket City<br>
+ You are ${(stats.rank === 'Chief of Police' || stats.rank === 'Mayor') ? 'the' : 'a'} Bracket Shitty<br>
${stats.rankEmoji} <b>${stats.rank}</b> ${stats.rankEmoji}
${nextRankMessage}
<div class="share-hint">
@@ -3511,10 +3511,6 @@ generateSpecialKeyHTML(keyItem) {
</div>
<div style="margin: 0.9em 0; font-size: 0.85em;">* there is now a <mark style="background-color:rgba(255,255,0,0.2)">date picker</mark> - just click the date in the header and browse the archive</div>
-
- <div style="margin: 0.9em 0; font-size: 0.85em;">* check out the <a href="https://bracket.city/words">word of the day</a> written by friend of the city <a href="https://jsomers.net">james somers</a></div>
-
- <div style="margin: 1.5em 0 0 0; text-align: center; font-size: 0.85em; color: #666;">fan mail: <a href="mailto:mayor@bracket.city">mayor@bracket.city</a></div>
`;
infoButton.addEventListener('click', (e) => {
@@ -4200,10 +4196,10 @@ generateSpecialKeyHTML(keyItem) {
// Build share text with specific line breaks to match desired layout
const shareItems = [
- '[Bracket City]',
+ '[Bracket Shitty]',
puzzleDate,
'',
- 'https://bracket.city',
+ 'https://user.4574.co.uk/bs',
''
];
@@ -4261,7 +4257,7 @@ generateSpecialKeyHTML(keyItem) {
// Check if Web Share API is available
if (navigator.share) {
navigator.share({
- title: 'Bracket City Results',
+ title: 'Bracket Shitty Results',
text: shareText
})
.then(() => {