🐛 bug: empty img

:%s
This commit is contained in:
lytrankieio123 2021-09-10 09:56:42 +07:00
parent c508ad0931
commit 6e44c53e93
3 changed files with 1 additions and 3 deletions

View File

@ -69,8 +69,6 @@ export default function Test() {
<ImgWithLink src="https://user-images.githubusercontent.com/76729908/131634880-8ae1437b-d3f8-421e-a546-d5a4f9a28e5f.png" alt="test" />
<StaticImage src={TestImg} />
</>
)
}

View File

@ -1,5 +1,5 @@
import { StaticImage } from '..';
import EmptyImg from './empty.svg';
import EmptyImg from './empty.png';
import s from './EmptyCommon.module.scss';

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB