Skip to content

Commit 4c1da47

Browse files
committed
Update _csp.scss to fix bg image URLS
Signed-off-by: Patrice Chalin <[email protected]>
1 parent f296da8 commit 4c1da47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/scss/_csp.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// Homepage: it will need to be updated when the hero image is changed.
1414

1515
#td-cover-block-0 {
16-
background-image: url(/featured-background_hu18408291696259244493.jpg);
16+
background-image: url(/featured-background_hu_1aad985dd980ab60.jpg);
1717
}
1818

1919
@media only screen and (min-width: 1200px) {
2020
#td-cover-block-0 {
21-
background-image: url(/featured-background_hu16056391159218873026.jpg);
21+
background-image: url(/featured-background_hu_b521d656b4145d5f.jpg);
2222
}
2323
}

0 commit comments

Comments
 (0)