From 57185cb55ea245ebccb24cc810dc8c0c4e937339 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 22 Dec 2023 11:32:17 -0300 Subject: [PATCH] add xAssets link (#626) --------- Co-authored-by: Sebastian Scatularo --- src/App.tsx | 11 ++++++++++- src/components/Attest/index.tsx | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 23f2d8252..58cddea94 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,7 +21,7 @@ import { import { HelpOutline } from "@material-ui/icons"; import { useCallback } from "react"; import { useHistory, useLocation } from "react-router"; -import { Redirect, Route, Switch } from "react-router-dom"; +import { Redirect, Route, Switch, Link as RouterLink } from "react-router-dom"; import Attest from "./components/Attest"; import Footer from "./components/Footer"; import HeaderText from "./components/HeaderText"; @@ -255,6 +255,15 @@ function App() { > FAQ + + Register Token + ({ + alert: { + marginBottom: theme.spacing(2), + }, +})); + function Attest() { + const classes = useStyles(); const dispatch = useDispatch(); const activeStep = useSelector(selectAttestActiveStep); const isSending = useSelector(selectAttestIsSending); @@ -46,9 +56,26 @@ function Attest() { return ( Token Registration - - This form allows you to register a token on a new foreign chain. Tokens - must be registered before they can be transferred. + + + This form allows you to register a token on a new foreign chain. + Tokens must be registered before they can be transferred. + + + Check our tutorial{" "} + + here + + + + + + Using this feature may have some risks. Ensure a full understanding + before proceeding. +