This commit is contained in:
2025-04-02 14:47:10 +02:00
parent 1b1f2cd8ee
commit 9d0a097728
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@fireclover/example-react", "name": "@fireclover/example-react",
"private": true, "private": false,
"version": "1.0.0", "version": "1.0.0",
"description": "Static site using S3 and CloudFront", "description": "Static site using S3 and CloudFront",
"type": "module", "type": "module",

View File

@ -28,7 +28,7 @@ export default function App() {
<Container maxWidth="sm"> <Container maxWidth="sm">
<Box sx={{ my: 4 }}> <Box sx={{ my: 4 }}>
<Typography variant="h4" component="h1" sx={{ mb: 2 }}> <Typography variant="h4" component="h1" sx={{ mb: 2 }}>
Material UI Vite.js example in TypeScript deployed using FireClover to AWS Material UI Vite.js example in TypeScript deployed using The FireClover Platform to AWS
</Typography> </Typography>
<ProTip /> <ProTip />
<Copyright /> <Copyright />