fix: background repeat misspelling
This commit is contained in:
parent
c74b07a125
commit
fec601e9f4
@ -30,7 +30,7 @@ const PostPreviewCard = ({ entry, theme, hasLocalBackup, widgetFor }) => {
|
|||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
height: '140px',
|
height: '140px',
|
||||||
backgroundSize: 'cover',
|
backgroundSize: 'cover',
|
||||||
backgroundRepat: 'no-repeat',
|
backgroundRepeat: 'no-repeat',
|
||||||
backgroundPosition: 'center',
|
backgroundPosition: 'center',
|
||||||
objectFit: 'cover',
|
objectFit: 'cover',
|
||||||
backgroundImage: `url('${image}')`,
|
backgroundImage: `url('${image}')`,
|
||||||
|
@ -38,7 +38,7 @@ const PostPreviewCard = ({ entry, theme, hasLocalBackup }) => {
|
|||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
height: "140px",
|
height: "140px",
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
backgroundRepat: "no-repeat",
|
backgroundRepeat: "no-repeat",
|
||||||
backgroundPosition: "center",
|
backgroundPosition: "center",
|
||||||
objectFit: "cover",
|
objectFit: "cover",
|
||||||
backgroundImage: `url('${image}')`,
|
backgroundImage: `url('${image}')`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user