Skip to content

Commit 770686a

Browse files
committed
Run docs:typescript:formatted
1 parent 276a030 commit 770686a

File tree

1 file changed

+3
-3
lines changed
  • docs/data/material/getting-started/templates/sign-in-side

1 file changed

+3
-3
lines changed

docs/data/material/getting-started/templates/sign-in-side/SignInSide.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ export default function SignInSide() {
5050
sm={4}
5151
md={7}
5252
sx={{
53-
backgroundImage: 'url(https://source.unsplash.com/random?wallpapers)',
54-
backgroundRepeat: 'no-repeat',
53+
backgroundImage:
54+
'url("/static/images/templates/templates-images/sign-in-side-bg.png")',
5555
backgroundColor: (t) =>
5656
t.palette.mode === 'light' ? t.palette.grey[50] : t.palette.grey[900],
5757
backgroundSize: 'cover',
58-
backgroundPosition: 'center',
58+
backgroundPosition: 'left',
5959
}}
6060
/>
6161
<Grid item xs={12} sm={8} md={5} component={Paper} elevation={6} square>

0 commit comments

Comments
 (0)