commit
82d739da99
9 changed files with 11 additions and 61338 deletions
|
@ -19,11 +19,6 @@
|
||||||
"static/chunks/main.js",
|
"static/chunks/main.js",
|
||||||
"static/chunks/pages/index.js"
|
"static/chunks/pages/index.js"
|
||||||
],
|
],
|
||||||
"/404": [
|
|
||||||
"static/chunks/webpack.js",
|
|
||||||
"static/chunks/main.js",
|
|
||||||
"static/chunks/pages/404.js"
|
|
||||||
],
|
|
||||||
"/_app": [
|
"/_app": [
|
||||||
"static/chunks/webpack.js",
|
"static/chunks/webpack.js",
|
||||||
"static/chunks/main.js",
|
"static/chunks/main.js",
|
||||||
|
@ -33,16 +28,6 @@
|
||||||
"static/chunks/webpack.js",
|
"static/chunks/webpack.js",
|
||||||
"static/chunks/main.js",
|
"static/chunks/main.js",
|
||||||
"static/chunks/pages/_error.js"
|
"static/chunks/pages/_error.js"
|
||||||
],
|
|
||||||
"/controlpanel": [
|
|
||||||
"static/chunks/webpack.js",
|
|
||||||
"static/chunks/main.js",
|
|
||||||
"static/chunks/pages/controlpanel.js"
|
|
||||||
],
|
|
||||||
"/controlpanel/commands": [
|
|
||||||
"static/chunks/webpack.js",
|
|
||||||
"static/chunks/main.js",
|
|
||||||
"static/chunks/pages/controlpanel/commands.js"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ampFirstPages": []
|
"ampFirstPages": []
|
||||||
|
|
|
@ -2,8 +2,5 @@
|
||||||
"/_app": "pages/_app.js",
|
"/_app": "pages/_app.js",
|
||||||
"/_error": "pages/_error.js",
|
"/_error": "pages/_error.js",
|
||||||
"/_document": "pages/_document.js",
|
"/_document": "pages/_document.js",
|
||||||
"/": "pages/index.js",
|
"/": "pages/index.js"
|
||||||
"/controlpanel/commands": "pages/controlpanel/commands.js",
|
|
||||||
"/controlpanel": "pages/controlpanel.js",
|
|
||||||
"/404": "pages/404.js"
|
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
self.__BUILD_MANIFEST = {__rewrites:{beforeFiles:[],afterFiles:[],fallback:[]},"/":["static\u002Fchunks\u002Fpages\u002Findex.js"],"/404":["static\u002Fchunks\u002Fpages\u002F404.js"],"/_error":["static\u002Fchunks\u002Fpages\u002F_error.js"],"/controlpanel":["static\u002Fchunks\u002Fpages\u002Fcontrolpanel.js"],"/controlpanel/commands":["static\u002Fchunks\u002Fpages\u002Fcontrolpanel\u002Fcommands.js"],sortedPages:["\u002F","\u002F404","\u002F_app","\u002F_error","\u002Fcontrolpanel","\u002Fcontrolpanel\u002Fcommands"]};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
|
self.__BUILD_MANIFEST = {__rewrites:{beforeFiles:[],afterFiles:[],fallback:[]},"/":["static\u002Fchunks\u002Fpages\u002Findex.js"],"/_error":["static\u002Fchunks\u002Fpages\u002F_error.js"],sortedPages:["\u002F","\u002F_app","\u002F_error"]};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
|
|
@ -29,7 +29,7 @@ export default function CardContainer(props) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<a href={props.link}>
|
<a href={props.link}>
|
||||||
<Card className={classes.root} style={{ background: '#1F1B24' }}>
|
<Card className={classes.root} style={{ background: '#1F1B24', border: '2px solid #00c7b6' }}>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography variant="h5" component="h2">
|
<Typography variant="h5" component="h2">
|
||||||
{props.title}
|
{props.title}
|
||||||
|
|
Loading…
Reference in a new issue