Skip to content

Commit f0e6b81

Browse files
committed
fix: update image branding paths
1 parent 9c9f0c0 commit f0e6b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/constants/branding.constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
// INIT PAGE
1010
'init-background': {
1111
id: 'init-background',
12-
src: 'branding/opal/init-background.jpg',
12+
src: 'img/branding/opal/init-background.jpg',
1313
},
1414
'init-logo': {
1515
id: 'init-logo',
16-
src: 'branding/opal/Opal_Name_Logo_Transparent.png',
16+
src: 'img/branding/opal/Opal_Name_Logo_Transparent.png',
1717
},
1818
});
1919
})();

0 commit comments

Comments
 (0)