diff --git a/components/UI/iconsComponents/clickableAction.tsx b/components/UI/iconsComponents/clickableAction.tsx index 8156ba58..cd2c6be3 100644 --- a/components/UI/iconsComponents/clickableAction.tsx +++ b/components/UI/iconsComponents/clickableAction.tsx @@ -20,7 +20,7 @@ const ClickableAction: FunctionComponent = ({ }) => { return (
= ({ >
{icon} diff --git a/components/UI/navbar.tsx b/components/UI/navbar.tsx index 215e265c..fb8dae3b 100644 --- a/components/UI/navbar.tsx +++ b/components/UI/navbar.tsx @@ -6,7 +6,9 @@ import React, { useContext, } from "react"; import { AiOutlineMenu } from "react-icons/ai"; -import { FaDiscord, FaGithub, FaTwitter } from "react-icons/fa"; +import TwitterIcon from "./iconsComponents/icons/twitterIcon"; +import DiscordIcon from "./iconsComponents/icons/discordIcon"; +import GitHubIcon2 from "./iconsComponents/icons/githubIcon2"; import styles from "../../styles/components/navbar.module.css"; import connectStyles from "../../styles/components/walletConnect.module.css"; import Button from "./button"; @@ -289,7 +291,7 @@ const Navbar: FunctionComponent = () => { } >
@@ -378,25 +380,25 @@ const Navbar: FunctionComponent = () => {
- +
-
+
- + {" "}
-
+
- +
-
+
- +
diff --git a/components/UI/numberTextField.tsx b/components/UI/numberTextField.tsx index d296fa57..f426d915 100644 --- a/components/UI/numberTextField.tsx +++ b/components/UI/numberTextField.tsx @@ -34,7 +34,7 @@ const NumberTextField: FunctionComponent = ({ }) => { return (
-
+
{helperText ? ( = ({ expiry, fixed = true }) => { const seconds = Math.floor((timeLeft % (1000 * 60)) / 1000); return ( -
+
Expires in
days
diff --git a/components/domains/registerV3.tsx b/components/domains/registerV3.tsx index d200e805..73a20edb 100644 --- a/components/domains/registerV3.tsx +++ b/components/domains/registerV3.tsx @@ -55,7 +55,7 @@ const RegisterV3: FunctionComponent = ({ domain }) => { return ( <>
-