Fix links
This commit is contained in:
@@ -111,7 +111,7 @@ export default function Sidebar () {
|
||||
</Link>
|
||||
<a
|
||||
draggable={false}
|
||||
onClick={() => openUrl('https://berrydash.lncvrt.xyz/discord')}
|
||||
onClick={() => openUrl('https://games.lncvrt.xyz/discord')}
|
||||
className='link'
|
||||
>
|
||||
<FontAwesomeIcon icon={faDiscord} className='mr-1' /> Community
|
||||
|
||||
@@ -160,7 +160,7 @@ export default function RootLayout ({
|
||||
setLoadingText('Checking latest version...')
|
||||
try {
|
||||
const response = await axios.get(
|
||||
'https://berrydash.lncvrt.xyz/database/launcher/latest.php'
|
||||
'https://games.lncvrt.xyz/database/launcher/latest.php'
|
||||
)
|
||||
const client = await app.getVersion()
|
||||
if (response.data !== client) {
|
||||
@@ -290,7 +290,7 @@ export default function RootLayout ({
|
||||
<button
|
||||
className='button'
|
||||
onClick={() =>
|
||||
openUrl('https://berrydash.lncvrt.xyz/download')
|
||||
openUrl('https://games.lncvrt.xyz/berrydash/download')
|
||||
}
|
||||
>
|
||||
Download latest version
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function Leaderboards () {
|
||||
)
|
||||
}
|
||||
const response = await axios.post(
|
||||
'https://berrydash.lncvrt.xyz/database/getTopPlayers.php',
|
||||
'https://games.lncvrt.xyz/database/berrydash/getTopPlayers.php',
|
||||
formData,
|
||||
{
|
||||
headers: {
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function Installs () {
|
||||
while (normalConfig != null) {
|
||||
const useWine = normalConfig.settings.useWineOnUnixWhenNeeded
|
||||
const res = await axios.get(
|
||||
'https://berrydash.lncvrt.xyz/database/launcher/versions.php'
|
||||
'https://games.lncvrt.xyz/database/launcher/versions.php'
|
||||
)
|
||||
const p = platform()
|
||||
const filtered = res.data.filter((d: { platforms: string[] }) =>
|
||||
|
||||
Reference in New Issue
Block a user