Finish Exchange.js

This commit is contained in:
Daniel
2022-11-05 15:24:19 +01:00
parent 3ecfaa3908
commit da3c8798be
2 changed files with 154 additions and 92 deletions

View File

@@ -6,7 +6,11 @@ import {ethereumLogo2 } from "../assets";
const Loader = ({ title }) => {
return (
<div className={styles.loader}>
<img src={ethereumLogo2} alt="Ethereum Logo" className={styles.loaderImg} />
<img
src={ethereumLogo2}
alt="Ethereum Logo"
className={styles.loaderImg}
/>
<p className={styles.loaderText}>{title}</p>
</div>