Skip to content

Commit 239b322

Browse files
ErioldDaniel Montoya
andauthored
fix(coursefuture): se agrega link directo de image en url para box (#656)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 73afe54 commit 239b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/organisms/CourseList/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function Header(): JSX.Element {
3333
left: 0,
3434
width: '100%',
3535
height: '100%',
36-
backgroundImage: background,
36+
backgroundImage: `url(${background ?? ''})`,
3737
backgroundSize: 'cover',
3838
backgroundPosition: 'center',
3939
opacity: soonCourse?.show ?? false ? 0.3 : 1,

0 commit comments

Comments
 (0)