We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73afe54 commit 239b322Copy full SHA for 239b322
src/organisms/CourseList/components/Header.tsx
@@ -33,7 +33,7 @@ export function Header(): JSX.Element {
33
left: 0,
34
width: '100%',
35
height: '100%',
36
- backgroundImage: background,
+ backgroundImage: `url(${background ?? ''})`,
37
backgroundSize: 'cover',
38
backgroundPosition: 'center',
39
opacity: soonCourse?.show ?? false ? 0.3 : 1,
0 commit comments