changed loading logo
This commit is contained in:
4
packages/react-app/src/components/Loader.js
vendored
4
packages/react-app/src/components/Loader.js
vendored
@@ -1,12 +1,12 @@
|
||||
import React from 'react';
|
||||
|
||||
import styles from "../styles";
|
||||
import { ethereumLogo, eth, ethdiamondpurple } from "../assets";
|
||||
import {ethereumLogo2 } from "../assets";
|
||||
|
||||
const Loader = ({ title }) => {
|
||||
return (
|
||||
<div className={styles.loader}>
|
||||
<img src={ethdiamondpurple} alt="Ethereum Logo" className={styles.loaderImg} />
|
||||
<img src={ethereumLogo2} alt="Ethereum Logo" className={styles.loaderImg} />
|
||||
<p className={styles.loaderText}>{title}</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user