More honest language in the homepage "beta" module

This commit is contained in:
Emi Matchu 2023-02-04 23:49:25 -08:00
parent 4287f12912
commit e5e368fb65

View file

@ -53,7 +53,6 @@ import SpeciesColorPicker from "./components/SpeciesColorPicker";
import SquareItemCard, { import SquareItemCard, {
SquareItemCardSkeleton, SquareItemCardSkeleton,
} from "./components/SquareItemCard"; } from "./components/SquareItemCard";
import WIPCallout from "./components/WIPCallout";
import { useAuthModeFeatureFlag } from "./components/useCurrentUser"; import { useAuthModeFeatureFlag } from "./components/useCurrentUser";
import HomepageSplashImg from "./images/homepage-splash.png"; import HomepageSplashImg from "./images/homepage-splash.png";
@ -108,10 +107,6 @@ function HomePage() {
<NewItemsSection /> <NewItemsSection />
<Box height="16" /> <Box height="16" />
<FeedbackFormSection /> <FeedbackFormSection />
<Box height="16" />
<WIPCallout details="We started building this in 2020, but, well… sheesh, what a time 😅 This will eventually become the main site, at impress.openneo.net!">
Maybe we'll rename it to Impress 2022 or maybe not! 🤔
</WIPCallout>
<TestErrorSender /> <TestErrorSender />
</Flex> </Flex>
); );
@ -689,10 +684,14 @@ function FeedbackFormPitch() {
return ( return (
<Flex direction="column" textAlign="left" opacity="0.9"> <Flex direction="column" textAlign="left" opacity="0.9">
<Box as="header">Hi friends! Welcome to the beta!</Box> <Box as="header">Hi friends! Welcome to DTI 2020!</Box>
<Box as="p" fontSize="sm"> <Box as="p" fontSize="sm">
This is the new Dress to Impress! It's ready for the future, and it even This is the newer Dress to Impress! It supports the new HTML5
works great on mobile! More coming soon! animations, and it works great on mobile! Some features are still on
Classic DTI though.{" "}
<Link href="/state-of-dti-2023" passHref>
<ChakraLink textDecoration="underline">Here's what's up.</ChakraLink>
</Link>
</Box> </Box>
<Flex direction={{ base: "column", sm: "row" }}> <Flex direction={{ base: "column", sm: "row" }}>
<Box <Box