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:
parent
8b3c256a5c
commit
9a54694e31
1 changed files with 0 additions and 17 deletions
|
@ -2,7 +2,6 @@ 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,
|
||||||
|
@ -67,22 +66,6 @@ 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 height="4" />
|
||||||
<Box
|
<Box
|
||||||
width="200px"
|
width="200px"
|
||||||
|
|
Loading…
Reference in a new issue