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',
|
||||
height: '140px',
|
||||
backgroundSize: 'cover',
|
||||
backgroundRepat: 'no-repeat',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
backgroundPosition: 'center',
|
||||
objectFit: 'cover',
|
||||
backgroundImage: `url('${image}')`,
|
||||
|
@ -38,7 +38,7 @@ const PostPreviewCard = ({ entry, theme, hasLocalBackup }) => {
|
||||
overflow: "hidden",
|
||||
height: "140px",
|
||||
backgroundSize: "cover",
|
||||
backgroundRepat: "no-repeat",
|
||||
backgroundRepeat: "no-repeat",
|
||||
backgroundPosition: "center",
|
||||
objectFit: "cover",
|
||||
backgroundImage: `url('${image}')`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user