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