Web: Files: Removed useless rect

This commit is contained in:
Alexey Safronov 2020-09-21 20:23:29 +03:00
parent 826f802530
commit 58b7048cbc

View File

@ -13,7 +13,6 @@ const HeadlineLoader = () => (
backgroundColor="#f3f3f3"
foregroundColor="#ecebeb"
>
<rect x="0" y="88" rx="3" ry="3" width="178" height="6" />
<rect x="0" y="21" rx="0" ry="0" width="216" height="23" />
</ContentLoader>
);