diff --git a/src/platforms/Token/GeogatedCountryAlert.tsx b/src/platforms/Token/GeogatedCountryAlert.tsx index 62f70cd760..5179e506b0 100644 --- a/src/platforms/Token/GeogatedCountryAlert.tsx +++ b/src/platforms/Token/GeogatedCountryAlert.tsx @@ -1,6 +1,7 @@ import { Box, Icon, + Link, Popover, PopoverArrow, PopoverBody, @@ -12,7 +13,7 @@ import { import { triggerChat } from "components/_app/IntercomProvider" import Button from "components/common/Button" import { IpGeodata } from "pages/api/ip-geodata" -import { ArrowSquareIn } from "phosphor-react" +import { Chat } from "phosphor-react" import useSWRImmutable from "swr/immutable" const BLOCKED_COUNTRY_CODES = [ @@ -75,15 +76,24 @@ export const GeogatedCountryPopover = ({ children, isDisabled }) => { Claiming is not available in your country - {`Sorry, but this feature is currently not available in your country. We understand your frustration and are working hard to make it legally accessible. If you have any questions, feel free to `} + {`Sorry, but this feature is currently `} + + not available in your country. + + {` We understand your frustration and are working hard to make it legally accessible. If you have any questions, feel free to `}