*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 () {
|
||||
return (
|
||||
@@ -7,7 +14,10 @@ export default function () {
|
||||
<VStack alignContent="center" gap="2vh">
|
||||
<Heading>Transfer Failed</Heading>
|
||||
<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 />
|
||||
<Button
|
||||
as="a"
|
||||
@@ -21,4 +31,4 @@ export default function () {
|
||||
</Card>
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user