*sigh*
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
import { Button, Card, Container, Heading, Text, VStack } from "@chakra-ui/react";
|
import {
|
||||||
|
Button,
|
||||||
|
Card,
|
||||||
|
Container,
|
||||||
|
Heading,
|
||||||
|
Text,
|
||||||
|
VStack,
|
||||||
|
} from "@chakra-ui/react";
|
||||||
|
|
||||||
export default function () {
|
export default function () {
|
||||||
return (
|
return (
|
||||||
@@ -7,7 +14,10 @@ export default function () {
|
|||||||
<VStack alignContent="center" gap="2vh">
|
<VStack alignContent="center" gap="2vh">
|
||||||
<Heading>Transfer Failed</Heading>
|
<Heading>Transfer Failed</Heading>
|
||||||
<br />
|
<br />
|
||||||
<Text>You verified with the same account that you submitted this request from. Please try again, and remember to switch accounts.</Text>
|
<Text>
|
||||||
|
You verified with the same account that you submitted this request
|
||||||
|
from. Please try again, and remember to switch accounts.
|
||||||
|
</Text>
|
||||||
<br />
|
<br />
|
||||||
<Button
|
<Button
|
||||||
as="a"
|
as="a"
|
||||||
@@ -21,4 +31,4 @@ export default function () {
|
|||||||
</Card>
|
</Card>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user