diff --git a/src/components/farmCard.jsx b/src/components/farmCard.jsx
index 2e16c28..0f1e8d7 100644
--- a/src/components/farmCard.jsx
+++ b/src/components/farmCard.jsx
@@ -146,7 +146,7 @@ const FarmCard = (props) => {
<>
{(rows[0].length > 0) ? (
rows.map((poolRow, i) => (
-
+
{poolRow.map((pool, j) => (
@@ -369,16 +369,16 @@ const CoinCard = (props) => {
-
+
xKAWA EARNED
-
+
-
+
@@ -417,7 +417,7 @@ const CoinCard = (props) => {
)}
-
+
diff --git a/src/components/footer.jsx b/src/components/footer.jsx
index f33f6de..c57306d 100644
--- a/src/components/footer.jsx
+++ b/src/components/footer.jsx
@@ -1,26 +1,21 @@
import React from "react";
import { Row, Col, Image, Form, Button } from "react-bootstrap";
-import Twitter from "../assets/twitter.svg";
-import Medium from "../assets/medium.svg";
-import Discord from "../assets/discord.svg";
-import Telegram from "../assets/telegram.svg";
-import Youtube from "../assets/youtube.svg";
-import Logo from "../assets/footer_logo.png";
-
+import { Redirect } from "react-router-dom"
+import { useHistory } from 'react-router-dom'
const Footer = (props) => {
return (
<>
-
+
- Contact Us
+ Contact Us
FAQ
- Business Enquiries
+ Business Enquiries
2021 Kawakami Inu™
- $KAWA
- Join Community
+ $KAWA
+ Join Community
@@ -28,4 +23,4 @@ const Footer = (props) => {
);
};
-export default Footer;
+export default Footer;
\ No newline at end of file
diff --git a/src/pages/SignIn.jsx b/src/pages/SignIn.jsx
index 6c654e9..c588dbc 100644
--- a/src/pages/SignIn.jsx
+++ b/src/pages/SignIn.jsx
@@ -61,10 +61,10 @@ const SignIn = props => {
return (
-
-
-
-
+
+
+
+
@@ -73,8 +73,8 @@ const SignIn = props => {
-
- Farm $xKAWA by staking the most popular community tokens such as SHIB, KISHU, AKITA and more!
+
+ Farm $xKAWA by staking the most popular community tokens such as SHIB, KISHU, AKITA and more!
@@ -82,7 +82,7 @@ const SignIn = props => {
- Connect your wallet to start farming
+ Connect your wallet to start farming
You are about to input highly sensitive information, please DO NOT expose to strangers.
diff --git a/src/pages/dashBoard.jsx b/src/pages/dashBoard.jsx
index b904899..106d426 100644
--- a/src/pages/dashBoard.jsx
+++ b/src/pages/dashBoard.jsx
@@ -212,7 +212,7 @@ const DashBoard = () => {
account={account}
/>}
-