Remove Metaverse license notice

It's covered in the Terms now, and I don't think they can reasonably claim they didn't know, lol
This commit is contained in:
Emi Matchu 2022-10-14 17:44:26 -07:00
parent 8b3c256a5c
commit 9a54694e31

View file

@ -2,7 +2,6 @@ import React from "react";
import { ClassNames } from "@emotion/react";
import gql from "graphql-tag";
import {
Alert,
Box,
Button,
Center,
@ -67,22 +66,6 @@ function HomePage() {
return (
<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
width="200px"