diff --git a/app/routes/data-request_.verify-dest-account.tsx b/app/routes/data-request_.verify-dest-account.tsx new file mode 100644 index 0000000..246b87b --- /dev/null +++ b/app/routes/data-request_.verify-dest-account.tsx @@ -0,0 +1,24 @@ +import { Button, Card, Container, Heading, Text, VStack } from "@chakra-ui/react"; + +export default function () { + return ( + + + + Transfer Failed +
+ You verified with the same account that you submitted this request from. Please try again, and remember to switch accounts. +
+ +
+
+
+ ); +} \ No newline at end of file