0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-02 17:49:21 -05:00

fix: issue with Footer and GiteaConfig

This commit is contained in:
SPT-dev 2023-03-03 18:40:28 -05:00
parent 7e68eb8c29
commit 6ea3100ecc
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
namespace App\Config; namespace App\Config;
final class GiteaConfig { final class GiteaConfig {
public const RAW_ITEMS_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/development/project/assets/database/templates/items.json'; public const RAW_ITEMS_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/master/project/assets/database/templates/items.json';
public const RAW_CUSTOMIZATION_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/development/project/assets/database/templates/customization.json'; public const RAW_CUSTOMIZATION_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/master/project/assets/database/templates/customization.json';
public const LOCALES_GLOBAL_URL = 'https://dev.sp-tarkov.com/api/v1/repos/SPT-AKI/Server/contents/project%2Fassets%2Fdatabase%2Flocales%2Fglobal'; public const LOCALES_GLOBAL_URL = 'https://dev.sp-tarkov.com/api/v1/repos/SPT-AKI/Server/contents/project%2Fassets%2Fdatabase%2Flocales%2Fglobal';
public const RAW_LOCALES_GLOBAL_BASE_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/development/project/assets/database/locales/global/'; public const RAW_LOCALES_GLOBAL_BASE_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/master/project/assets/database/locales/global/';
} }

View File

@ -1,4 +1,4 @@
import {Box, Typography} from '@mui/material' import {Box} from '@mui/material'
import {makeStyles} from '@mui/styles' import {makeStyles} from '@mui/styles'
const useStyles = makeStyles(() => ({ const useStyles = makeStyles(() => ({