diff --git a/api/app/Config/GiteaConfig.php b/api/app/Config/GiteaConfig.php index 3122c97..beb2cb0 100644 --- a/api/app/Config/GiteaConfig.php +++ b/api/app/Config/GiteaConfig.php @@ -3,8 +3,8 @@ namespace App\Config; 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_CUSTOMIZATION_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/development/project/assets/database/templates/customization.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/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 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/'; } \ No newline at end of file diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 87f6954..c3d6ada 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,4 +1,4 @@ -import {Box, Typography} from '@mui/material' +import {Box} from '@mui/material' import {makeStyles} from '@mui/styles' const useStyles = makeStyles(() => ({