*sigh*
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 1m15s
Test, Build, Deploy / Create Sentry Release (push) Successful in 7s

This commit is contained in:
2026-06-30 22:03:32 -04:00
parent 90525f9631
commit b3e5a46a2e
@@ -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>
);
}
}