Rebrand to Leagues Tools
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 35s
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 35s
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>OS League Tools</title>
|
||||
<title>Leagues Tools</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "OS League Tools",
|
||||
"name": "OS League Tools",
|
||||
"short_name": "Leagues Tools",
|
||||
"name": "Leagues Tools",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
||||
@@ -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)'
|
||||
/>
|
||||
)}
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function ManageDataModal({ variant, isOpen, setIsOpen }) {
|
||||
<ModalWrapper isOpen={isOpen} setIsOpen={setIsOpen} headerText='Tasks Tracker RuneLite Plugin'>
|
||||
<Modal.Body className='text-primary text-sm'>
|
||||
<p className='heading-accent-md ml-1'>About</p>
|
||||
<p className='m-2 mt-1'>OS League Tools has RuneLite integration! Enable the plugin to sync your tasks.</p>
|
||||
<p className='m-2 mt-1'>Leagues Tools has RuneLite integration! Enable the plugin to sync your tasks.</p>
|
||||
<Separator className='mb-2' />
|
||||
<p className='heading-accent-md ml-1'>Sync data</p>
|
||||
<ImportFromPluginContent />
|
||||
@@ -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 (
|
||||
<>
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function PageWrapper({ children }) {
|
||||
return (
|
||||
<Page limitContentWidth={limitContentWidth}>
|
||||
<Page.Nav>
|
||||
<SideBar navItems={navItems} brandName='OS League Tools' brandLogo={images[`icon-${theme}.png`]} />
|
||||
<SideBar navItems={navItems} brandName='Leagues Tools' brandLogo={images[`icon-${theme}.png`]} />
|
||||
</Page.Nav>
|
||||
<Page.Body>
|
||||
{children}
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function About() {
|
||||
<div className='container lg:max-w-[768px] mx-auto'>
|
||||
<Card>
|
||||
<Card.Header className=''>
|
||||
<p className='text-accent font-bold text-center small-caps text-2xl tracking-widest'>OS-LEAGUE-TOOLS</p>
|
||||
<p className='text-accent font-bold text-center small-caps text-2xl tracking-widest'>LEAGUES-TOOLS</p>
|
||||
<p className='text-accent font-semibold text-center'>
|
||||
open source trackers, tools, and more for Old School Runescape's seasonal leagues gamemode
|
||||
</p>
|
||||
|
||||
@@ -21,7 +21,7 @@ export default function Faq() {
|
||||
<Separator />
|
||||
<Header>How do I use the plugin on OpenOSRS / some other client?</Header>
|
||||
<Paragraph>
|
||||
OS League Tools <span className={emphasisedText}>does not</span> officially support any clients other than
|
||||
Leagues Tools <span className={emphasisedText}>does not</span> officially support any clients other than
|
||||
RuneLite.
|
||||
</Paragraph>
|
||||
<Paragraph>
|
||||
@@ -42,7 +42,7 @@ export default function Faq() {
|
||||
to your clipboard.
|
||||
</li>
|
||||
<li>
|
||||
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".
|
||||
</li>
|
||||
</ol>
|
||||
@@ -52,7 +52,7 @@ export default function Faq() {
|
||||
<Paragraph>
|
||||
<ol>
|
||||
<li>
|
||||
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.
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user