diff --git a/.eslintrc.js b/.eslintrc.js index 6221d402..746ff450 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -69,6 +69,7 @@ module.exports = { "@typescript-eslint/no-inferrable-types": ["off"], "no-underscore-dangle": "off", "react/no-unused-prop-types": "off", + "jsx-a11y/no-noninteractive-element-interactions": "off", }, settings: { react: { diff --git a/components/Header/index.tsx b/components/Header/index.tsx index 3e821bd0..027326e6 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -1,7 +1,6 @@ import React, { useState, useEffect } from "react"; import { useTheme, Box, Snackbar, Typography } from "@mui/material"; import { useRouter } from "next/router"; -import Image from "next/image"; import Link from "next/link"; import LogoIcon from "../../public/logo.svg"; import BrrrIcon from "../../public/brrr.svg"; @@ -128,8 +127,8 @@ const Header = () => { > {/* */} {/* */} - {upgrading ? (
- + Refreshing assets data... diff --git a/public/Rhea-logo.png b/public/rheaLogo.png similarity index 100% rename from public/Rhea-logo.png rename to public/rheaLogo.png diff --git a/screens/Market/index.tsx b/screens/Market/index.tsx index 574a0d8f..d6a58503 100644 --- a/screens/Market/index.tsx +++ b/screens/Market/index.tsx @@ -32,7 +32,7 @@ const Market = () => { /> {loading ? (
- + Loading data...
) : null}