bump
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
"version": "1.0.2",
|
||||
"description": "Static site using S3 and CloudFront",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"public/*",
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
|
||||
@ -17,7 +17,7 @@ export default function ProTip() {
|
||||
<LightBulbIcon sx={{ mr: 1, verticalAlign: 'middle' }} />
|
||||
{'Pro tip: See more '}
|
||||
<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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user