Skip to content

Commit 87da0a9

Browse files
committed
Fix login background
1 parent ac073b4 commit 87da0a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/demo/src/layout/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const Login = () => {
6868
alignItems: 'center',
6969
justifyContent: 'flex-start',
7070
background:
71-
'url(https://source.unsplash.com/random/1600x900)',
71+
'url(https://source.unsplash.com/featured/1600x900)',
7272
backgroundRepeat: 'no-repeat',
7373
backgroundSize: 'cover',
7474
}}

0 commit comments

Comments
 (0)