bump
This commit is contained in:
@ -4,6 +4,10 @@
|
|||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "Static site using S3 and CloudFront",
|
"description": "Static site using S3 and CloudFront",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"files": [
|
||||||
|
"public/*",
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build",
|
||||||
|
|||||||
@ -17,7 +17,7 @@ export default function ProTip() {
|
|||||||
<LightBulbIcon sx={{ mr: 1, verticalAlign: 'middle' }} />
|
<LightBulbIcon sx={{ mr: 1, verticalAlign: 'middle' }} />
|
||||||
{'Pro tip: See more '}
|
{'Pro tip: See more '}
|
||||||
<Link href="https://mui.com/material-ui/getting-started/templates/">templates</Link>
|
<Link href="https://mui.com/material-ui/getting-started/templates/">templates</Link>
|
||||||
{' in the Material UI documentation.'}
|
{' in the Material UI documentation, or lookup templates in FireClover.'}
|
||||||
</Typography>
|
</Typography>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user