Skip to content

Commit

Permalink
fix: bg cover
Browse files Browse the repository at this point in the history
  • Loading branch information
cweedlee committed Aug 30, 2024
1 parent fb6f76f commit 656a870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/agenda/Home/AgendaList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const AgendaListItem = ({
style={{
background: `linear-gradient(180deg, #fff 5rem, rgba(0, 0, 0, 0) 10rem), url(${
agendaInfo.agendaPosterUrl || '/image/agenda/42.jpg'
})`,
}) lightgray 50% / cover no-repeat`,
}}
key={key}
onClick={() => {
Expand Down

0 comments on commit 656a870

Please sign in to comment.