fix: background repeat misspelling

This commit is contained in:
Daniel Lautzenheiser 2023-05-19 09:59:04 -04:00
parent c74b07a125
commit fec601e9f4
2 changed files with 2 additions and 2 deletions

View File

@ -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}')`,

View File

@ -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}')`,