This commit is contained in:
Philipp Heckel 2022-03-06 10:42:05 -05:00
parent dc7ca6e405
commit 94296e7dd8
3 changed files with 12 additions and 11 deletions

View file

@ -236,7 +236,7 @@ const Icon = (props) => {
return (
<Box
component="img"
src={`static/img/${imageFile}`}
src={`/static/img/${imageFile}`}
loading="lazy"
sx={{
width: '28px',