From 1de282afc249310096e53d8171f4ebe53ddc3ad6 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 20:17:41 -0500 Subject: [PATCH] Change mobile rules pill default text from "S" to "RULES" Co-Authored-By: Claude Opus 4.6 --- client/app.js | 2 +- client/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app.js b/client/app.js index 3f3ad1f..b771310 100644 --- a/client/app.js +++ b/client/app.js @@ -3145,7 +3145,7 @@ class GolfGame { const mobileRulesContent = document.getElementById('mobile-rules-content'); if (mobileRulesBtn && mobileRulesIcon && mobileRulesContent) { const isHouseRules = rules.length > 0; - mobileRulesIcon.textContent = isHouseRules ? '!' : 'S'; + mobileRulesIcon.textContent = isHouseRules ? '!' : 'RULES'; mobileRulesBtn.classList.toggle('house-rules', isHouseRules); if (!isHouseRules) { diff --git a/client/index.html b/client/index.html index 9b4bf5c..d062026 100644 --- a/client/index.html +++ b/client/index.html @@ -415,7 +415,7 @@
Hole 1/9
- +