From 94728926c791d9498061889c7c6bff7ec08b8d32 Mon Sep 17 00:00:00 2001 From: nicolasito1411 <60229704+Marchand-Nicolas@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:42:30 +0100 Subject: [PATCH 1/2] fixing expiry feedback notification --- components/identities/identityWarnings.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/components/identities/identityWarnings.tsx b/components/identities/identityWarnings.tsx index b7b1f74d..6d080bc1 100644 --- a/components/identities/identityWarnings.tsx +++ b/components/identities/identityWarnings.tsx @@ -1,8 +1,7 @@ import React, { FunctionComponent } from "react"; -import { getDomainWithoutStark, isSubdomain } from "../../utils/stringService"; +import { isSubdomain } from "../../utils/stringService"; import { hexToDecimal } from "../../utils/feltService"; import { useAccount } from "@starknet-react/core"; -import Link from "next/link"; import Notification from "../UI/notification"; type IdentityWarningsProps = { @@ -26,17 +25,8 @@ const IdentityWarnings: FunctionComponent = ({ return isIdentityADomain ? ( <> - - <> - This domain has expired you can buy it on the  - - - domain page - - - + + This domain has expired. You can renew it by clicking RENEW YOUR DOMAIN. <> Be careful this domain is not linked to your current address. From 4fd9c0a5d01c55c2f27400216939fabc0793a82d Mon Sep 17 00:00:00 2001 From: nicolasito1411 <60229704+Marchand-Nicolas@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:44:51 +0100 Subject: [PATCH 2/2] removing placeholder --- components/identities/identityWarnings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/identities/identityWarnings.tsx b/components/identities/identityWarnings.tsx index 6d080bc1..b4dea53b 100644 --- a/components/identities/identityWarnings.tsx +++ b/components/identities/identityWarnings.tsx @@ -25,7 +25,7 @@ const IdentityWarnings: FunctionComponent = ({ return isIdentityADomain ? ( <> - + This domain has expired. You can renew it by clicking RENEW YOUR DOMAIN.