update title

This commit is contained in:
谷風天音 | 是一个浓度纯度都比较高的柚子厨,因为柚子社天下第一!时不时发柚子的癫。有个能干的妹妹真好,たにかぜ あまね天下第一喵,关注谷風天音谢谢喵,关注谷風天音谢谢喵,谢谢在这里看我发癫,天音妹妹真的好好看喵,单推天音一辈子!谁不推天音就打爆他的宁宁的起爆器!\柚子社/\柚子社/\柚子社/\天音/\天音/\天音/天音,我真的好喜欢你啊,为了你,我要 0721!\たにかぜ あまね/\たにかぜ あまね/\たにかぜ あまね/\たにかぜ あまね/\たにかぜ あまね/\たにかぜ あまね/\たにかぜ あまね/ 2023-03-30 23:26:12 +08:00 committed by GitHub
parent 6e871dcf20
commit 6f69c7f4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@
/> />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS + Material UI</title> <title>Nofated • Home</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@ -22,7 +22,7 @@ export default function App() {
<Container maxWidth="sm"> <Container maxWidth="sm">
<Box sx={{ my: 4 }}> <Box sx={{ my: 4 }}>
<Typography variant="h4" component="h1" gutterBottom> <Typography variant="h4" component="h1" gutterBottom>
Material UI Vite.js example in TypeScript Nofated
</Typography> </Typography>
<ProTip /> <ProTip />
<Copyright /> <Copyright />

View File

@ -52,7 +52,7 @@ export default function StickyFooter() {
> >
<Container maxWidth="sm"> <Container maxWidth="sm">
<Typography variant="body1"> <Typography variant="body1">
My sticky footer can be found here. Made by Nofated. ICP 20230721
</Typography> </Typography>
<Copyright /> <Copyright />
</Container> </Container>

View File

@ -4,12 +4,14 @@ import { ThemeProvider } from '@emotion/react';
import { CssBaseline } from '@mui/material'; import { CssBaseline } from '@mui/material';
import theme from './theme'; import theme from './theme';
import App from './App'; import App from './App';
import StickyFooter from './StickyFooter';
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<React.StrictMode> <React.StrictMode>
<ThemeProvider theme={theme}> <ThemeProvider theme={theme}>
<CssBaseline /> <CssBaseline />
<App /> <App />
<StickyFooter />
</ThemeProvider> </ThemeProvider>
</React.StrictMode>, </React.StrictMode>,
); );