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