Skip to content

Commit 68512a7

Browse files
author
Dimitri Kopriwa
committed
fix(layout): fixed logo footer
1 parent 9b104aa commit 68512a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/LayoutRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const defaultProps = {
1414
alt: 'Yeutech Logo',
1515
},
1616
logoFooter: {
17-
logo: badgeYeutech,
17+
logo: `data:image/png;base64, ${badgeYeutech}`,
1818
href: 'https://www.yeutech.vn',
1919
alt: 'Yeutech Logo',
2020
},

0 commit comments

Comments
 (0)