From 5942e80ebf07b15a686ad4443ab25abf148e5d31 Mon Sep 17 00:00:00 2001 From: Sonderau Date: Sat, 17 Jan 2026 00:34:06 +0000 Subject: [PATCH] Rebrand to Leagues Tools --- os-league-tools-master/public/index.html | 2 +- os-league-tools-master/public/manifest.json | 4 ++-- os-league-tools-master/src/components/FeedbackModal.js | 4 ++-- os-league-tools-master/src/components/ManageDataModal.js | 4 ++-- os-league-tools-master/src/components/PageWrapper.js | 2 +- os-league-tools-master/src/pages/About.js | 2 +- os-league-tools-master/src/pages/Faq.js | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/os-league-tools-master/public/index.html b/os-league-tools-master/public/index.html index a20aa804..f854282d 100644 --- a/os-league-tools-master/public/index.html +++ b/os-league-tools-master/public/index.html @@ -11,7 +11,7 @@ /> - OS League Tools + Leagues Tools diff --git a/os-league-tools-master/public/manifest.json b/os-league-tools-master/public/manifest.json index fda74a23..db0c3d82 100644 --- a/os-league-tools-master/public/manifest.json +++ b/os-league-tools-master/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "OS League Tools", - "name": "OS League Tools", + "short_name": "Leagues Tools", + "name": "Leagues Tools", "icons": [ { "src": "favicon.ico", diff --git a/os-league-tools-master/src/components/FeedbackModal.js b/os-league-tools-master/src/components/FeedbackModal.js index 0eb938b0..e9ede142 100644 --- a/os-league-tools-master/src/components/FeedbackModal.js +++ b/os-league-tools-master/src/components/FeedbackModal.js @@ -33,7 +33,7 @@ export default function FeedbackModal({ isOpen, setIsOpen }) { onSubmit={() => setIsOpen(false)} submitFn={submitSuggestion} title='Make a suggestion' - prompt='What would you like to see changed or added to OS League Tools?' + prompt='What would you like to see changed or added to Leagues Tools?' placeholder='(enter suggestion)' /> )} @@ -42,7 +42,7 @@ export default function FeedbackModal({ isOpen, setIsOpen }) { onSubmit={() => setIsOpen(false)} submitFn={submitFeedback} title='Feedback' - prompt='Have some feedback about OS League tools?' + prompt='Have some feedback about Leagues Tools?' placeholder='(enter feedback)' /> )} diff --git a/os-league-tools-master/src/components/ManageDataModal.js b/os-league-tools-master/src/components/ManageDataModal.js index 19d6cced..017845ea 100644 --- a/os-league-tools-master/src/components/ManageDataModal.js +++ b/os-league-tools-master/src/components/ManageDataModal.js @@ -50,7 +50,7 @@ export default function ManageDataModal({ variant, isOpen, setIsOpen }) {

About

-

OS League Tools has RuneLite integration! Enable the plugin to sync your tasks.

+

Leagues Tools has RuneLite integration! Enable the plugin to sync your tasks.

Sync data

@@ -318,7 +318,7 @@ function ShareLinkContent() { ); } - const shareLink = `https://www.osleague.tools/tracker/${characterState.characters[characterState.activeCharacter]}`; + const shareLink = `https://leagues.tools/tracker/${characterState.characters[characterState.activeCharacter]}`; return ( <> diff --git a/os-league-tools-master/src/components/PageWrapper.js b/os-league-tools-master/src/components/PageWrapper.js index 3219cf49..b0b52b6a 100644 --- a/os-league-tools-master/src/components/PageWrapper.js +++ b/os-league-tools-master/src/components/PageWrapper.js @@ -69,7 +69,7 @@ export default function PageWrapper({ children }) { return ( - + {children} diff --git a/os-league-tools-master/src/pages/About.js b/os-league-tools-master/src/pages/About.js index 5d11874e..3fca22df 100644 --- a/os-league-tools-master/src/pages/About.js +++ b/os-league-tools-master/src/pages/About.js @@ -10,7 +10,7 @@ export default function About() {
-

OS-LEAGUE-TOOLS

+

LEAGUES-TOOLS

open source trackers, tools, and more for Old School Runescape's seasonal leagues gamemode

diff --git a/os-league-tools-master/src/pages/Faq.js b/os-league-tools-master/src/pages/Faq.js index f61d01d4..d19c5f38 100644 --- a/os-league-tools-master/src/pages/Faq.js +++ b/os-league-tools-master/src/pages/Faq.js @@ -21,7 +21,7 @@ export default function Faq() {
How do I use the plugin on OpenOSRS / some other client?
- OS League Tools does not officially support any clients other than + Leagues Tools does not officially support any clients other than RuneLite. @@ -42,7 +42,7 @@ export default function Faq() { to your clipboard.
  • - 3. Open https://www.osleague.tools and go to Manage Data -{'>'} Import. Paste your data into the text + 3. Open https://leagues.tools and go to Manage Data -{'>'} Import. Paste your data into the text box and click "Sync".
  • @@ -52,7 +52,7 @@ export default function Faq() {
    1. - 1. Open https://www.osleague.tools and go to Manage Data -{'>'} Export. Click on the text box to copy + 1. Open https://leagues.tools and go to Manage Data -{'>'} Export. Click on the text box to copy your data to the clipboard.