Skip to content

Commit dd3a866

Browse files
committed
Fix footer icon with a hack
1 parent 648a252 commit dd3a866

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/logo/logo.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from 'react';
22
import Logo from '../../assets/site-logo.svg';
3+
// TODO: Without this useless import, the icon in the footer breaks. Very weird.
4+
import '../../assets/icon-square-small.svg';
35
import './logo-style';
46

57
export default () => {

0 commit comments

Comments
 (0)