fix: background repeat misspelling
This commit is contained in:
@ -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}')`,
|
||||
|
Reference in New Issue
Block a user