fix: names
This commit is contained in:
@ -11,7 +11,7 @@ import { ReactNode, useEffect, useState } from 'react';
|
|||||||
import './App.css';
|
import './App.css';
|
||||||
import TopBar from './components/TopBar';
|
import TopBar from './components/TopBar';
|
||||||
import { Box } from '@mui/material';
|
import { Box } from '@mui/material';
|
||||||
import MinecraftBackround from './components/MinecraftBackround';
|
import MinecraftBackground from './components/MinecraftBackground';
|
||||||
import { Notifier } from './components/Notifier';
|
import { Notifier } from './components/Notifier';
|
||||||
import { VersionsExplorer } from './pages/VersionsExplorer';
|
import { VersionsExplorer } from './pages/VersionsExplorer';
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ const App = () => {
|
|||||||
overflowX: 'hidden',
|
overflowX: 'hidden',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<MinecraftBackround />
|
<MinecraftBackground />
|
||||||
<TopBar onRegister={handleRegister} />
|
<TopBar onRegister={handleRegister} />
|
||||||
<Notifier />
|
<Notifier />
|
||||||
<Routes>
|
<Routes>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { Box } from '@mui/material';
|
import { Box } from '@mui/material';
|
||||||
import heart from '../../../assets/images/heart.svg';
|
import heart from '../../../assets/images/heart.svg';
|
||||||
|
|
||||||
export default function MinecraftBackround() {
|
export default function MinecraftBackground() {
|
||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
@ -2,7 +2,6 @@ import { Box, Button, Typography } from '@mui/material';
|
|||||||
import CloseRoundedIcon from '@mui/icons-material/CloseRounded';
|
import CloseRoundedIcon from '@mui/icons-material/CloseRounded';
|
||||||
import { useLocation, useNavigate } from 'react-router-dom';
|
import { useLocation, useNavigate } from 'react-router-dom';
|
||||||
import ArrowBackRoundedIcon from '@mui/icons-material/ArrowBackRounded';
|
import ArrowBackRoundedIcon from '@mui/icons-material/ArrowBackRounded';
|
||||||
import MinimizeRoundedIcon from '@mui/icons-material/MinimizeRounded';
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface Window {
|
interface Window {
|
||||||
|
@ -320,7 +320,7 @@ const LaunchPage = ({
|
|||||||
СЕРВЕР ГДЕ ВСЕМ НА ВАС ПОХУЙ
|
СЕРВЕР ГДЕ ВСЕМ НА ВАС ПОХУЙ
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="body1" sx={{ color: '#FFFFFF61' }}>
|
<Typography variant="body1" sx={{ color: '#FFFFFF61' }}>
|
||||||
СЕРВЕР ГДЕ РАЗРЕШИНЫ ОДНОПОЛЫЕ БРАКИ
|
СЕРВЕР ГДЕ РАЗРЕШЕНЫ ОДНОПОЛЫЕ БРАКИ
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="body1" sx={{ color: '#FFFFFF61' }}>
|
<Typography variant="body1" sx={{ color: '#FFFFFF61' }}>
|
||||||
СЕРВЕР ГДЕ ВСЕ ДОЛБАЕБЫ
|
СЕРВЕР ГДЕ ВСЕ ДОЛБАЕБЫ
|
||||||
|
Reference in New Issue
Block a user