icons resp

This commit is contained in:
madarsbiss
2021-08-03 14:37:46 +03:00
parent 3a142ace74
commit 0f6968cccd
2 changed files with 7 additions and 1 deletions

View File

@@ -351,6 +351,8 @@ export default function Home() {
</div>
</div>
) : (
<h1>Loading data...</h1>
<div className={styles.errScr}>
<h1>Loading data...</h1>
</div>
);
}