Fix CI build
This commit is contained in:
parent
dc291eb9c9
commit
a5da3ea872
2 changed files with 12 additions and 12 deletions
|
@ -76,10 +76,10 @@ const useStyles = makeStyles(
|
|||
margin: 0
|
||||
},
|
||||
icon: {
|
||||
fontSize: 48,
|
||||
"& path": {
|
||||
fill:theme.palette.primary.main,
|
||||
}
|
||||
fill: theme.palette.primary.main
|
||||
},
|
||||
fontSize: 48
|
||||
},
|
||||
sectionDescription: {},
|
||||
sectionTitle: {
|
||||
|
|
|
@ -57524,7 +57524,7 @@ exports[`Storyshots Views / HomePage default 1`] = `
|
|||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="MuiSvgIcon-root-id MuiSvgIcon-fontSizeInherit-id"
|
||||
class="MuiSvgIcon-root-id HomePage-icon-id MuiSvgIcon-fontSizeInherit-id"
|
||||
focusable="false"
|
||||
role="presentation"
|
||||
viewBox="0 0 64 64"
|
||||
|
@ -57567,7 +57567,7 @@ exports[`Storyshots Views / HomePage default 1`] = `
|
|||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="MuiSvgIcon-root-id MuiSvgIcon-fontSizeInherit-id"
|
||||
class="MuiSvgIcon-root-id HomePage-icon-id MuiSvgIcon-fontSizeInherit-id"
|
||||
focusable="false"
|
||||
role="presentation"
|
||||
viewBox="0 0 64 64"
|
||||
|
@ -58198,7 +58198,7 @@ exports[`Storyshots Views / HomePage loading 1`] = `
|
|||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="MuiSvgIcon-root-id MuiSvgIcon-fontSizeInherit-id"
|
||||
class="MuiSvgIcon-root-id HomePage-icon-id MuiSvgIcon-fontSizeInherit-id"
|
||||
focusable="false"
|
||||
role="presentation"
|
||||
viewBox="0 0 64 64"
|
||||
|
@ -58246,7 +58246,7 @@ exports[`Storyshots Views / HomePage loading 1`] = `
|
|||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="MuiSvgIcon-root-id MuiSvgIcon-fontSizeInherit-id"
|
||||
class="MuiSvgIcon-root-id HomePage-icon-id MuiSvgIcon-fontSizeInherit-id"
|
||||
focusable="false"
|
||||
role="presentation"
|
||||
viewBox="0 0 64 64"
|
||||
|
@ -58565,7 +58565,7 @@ exports[`Storyshots Views / HomePage no data 1`] = `
|
|||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="MuiSvgIcon-root-id MuiSvgIcon-fontSizeInherit-id"
|
||||
class="MuiSvgIcon-root-id HomePage-icon-id MuiSvgIcon-fontSizeInherit-id"
|
||||
focusable="false"
|
||||
role="presentation"
|
||||
viewBox="0 0 64 64"
|
||||
|
@ -58608,7 +58608,7 @@ exports[`Storyshots Views / HomePage no data 1`] = `
|
|||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="MuiSvgIcon-root-id MuiSvgIcon-fontSizeInherit-id"
|
||||
class="MuiSvgIcon-root-id HomePage-icon-id MuiSvgIcon-fontSizeInherit-id"
|
||||
focusable="false"
|
||||
role="presentation"
|
||||
viewBox="0 0 64 64"
|
||||
|
@ -58941,7 +58941,7 @@ exports[`Storyshots Views / HomePage order permissions 1`] = `
|
|||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="MuiSvgIcon-root-id MuiSvgIcon-fontSizeInherit-id"
|
||||
class="MuiSvgIcon-root-id HomePage-icon-id MuiSvgIcon-fontSizeInherit-id"
|
||||
focusable="false"
|
||||
role="presentation"
|
||||
viewBox="0 0 64 64"
|
||||
|
@ -58984,7 +58984,7 @@ exports[`Storyshots Views / HomePage order permissions 1`] = `
|
|||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="MuiSvgIcon-root-id MuiSvgIcon-fontSizeInherit-id"
|
||||
class="MuiSvgIcon-root-id HomePage-icon-id MuiSvgIcon-fontSizeInherit-id"
|
||||
focusable="false"
|
||||
role="presentation"
|
||||
viewBox="0 0 64 64"
|
||||
|
|
Loading…
Reference in a new issue