Post a message linking to Metaverse revocation

This commit is contained in:
Emi Matchu 2021-11-15 17:42:02 -08:00
parent 12d525e3ab
commit bf8fd81305

View file

@ -2,6 +2,7 @@ import React from "react";
import { ClassNames } from "@emotion/react"; import { ClassNames } from "@emotion/react";
import gql from "graphql-tag"; import gql from "graphql-tag";
import { import {
Alert,
Box, Box,
Button, Button,
Center, Center,
@ -57,6 +58,23 @@ function HomePage() {
return ( return (
<Flex direction="column" align="center" textAlign="center" marginTop="8"> <Flex direction="column" align="center" textAlign="center" marginTop="8">
<Alert status="warning" maxWidth="600px">
<Box>
<strong>
The Neopets Metaverse team is no longer licensed to use this
software.
</strong>{" "}
<Box
as="a"
href="https://twitter.com/NeopetsDTI/status/1460386400839168001?s=20"
textDecoration="underline"
>
More information available here.
</Box>{" "}
Thanks for understanding!
</Box>
</Alert>
<Box height="4" />
<Box <Box
width="200px" width="200px"
height="200px" height="200px"