Skip to content

Commit

Permalink
[material-ui][docs] Fix sign in side image (#42708)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan authored Jun 27, 2024
1 parent ff61ec3 commit 4b54e36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ export default function SignInSide() {
sm={4}
md={7}
sx={{
backgroundImage: 'url(https://source.unsplash.com/random?wallpapers)',
backgroundRepeat: 'no-repeat',
backgroundImage:
'url("/static/images/templates/templates-images/sign-in-side-bg.png")',
backgroundColor: (t) =>
t.palette.mode === 'light' ? t.palette.grey[50] : t.palette.grey[900],
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundPosition: 'left',
}}
/>
<Grid item xs={12} sm={8} md={5} component={Paper} elevation={6} square>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ export default function SignInSide() {
sm={4}
md={7}
sx={{
backgroundImage: 'url(https://source.unsplash.com/random?wallpapers)',
backgroundRepeat: 'no-repeat',
backgroundImage:
'url("/static/images/templates/templates-images/sign-in-side-bg.png")',

backgroundColor: (t) =>
t.palette.mode === 'light' ? t.palette.grey[50] : t.palette.grey[900],
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundPosition: 'left',
}}
/>
<Grid item xs={12} sm={8} md={5} component={Paper} elevation={6} square>
Expand Down
Binary file modified docs/public/static/images/templates/sign-in-side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b54e36

Please sign in to comment.