Licenses
This commit is contained in:
parent
dc7ca6e405
commit
94296e7dd8
3 changed files with 12 additions and 11 deletions
|
@ -236,7 +236,7 @@ const Icon = (props) => {
|
|||
return (
|
||||
<Box
|
||||
component="img"
|
||||
src={`static/img/${imageFile}`}
|
||||
src={`/static/img/${imageFile}`}
|
||||
loading="lazy"
|
||||
sx={{
|
||||
width: '28px',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue