More honest language in the homepage "beta" module
This commit is contained in:
parent
4287f12912
commit
e5e368fb65
1 changed files with 7 additions and 8 deletions
|
@ -53,7 +53,6 @@ import SpeciesColorPicker from "./components/SpeciesColorPicker";
|
|||
import SquareItemCard, {
|
||||
SquareItemCardSkeleton,
|
||||
} from "./components/SquareItemCard";
|
||||
import WIPCallout from "./components/WIPCallout";
|
||||
import { useAuthModeFeatureFlag } from "./components/useCurrentUser";
|
||||
|
||||
import HomepageSplashImg from "./images/homepage-splash.png";
|
||||
|
@ -108,10 +107,6 @@ function HomePage() {
|
|||
<NewItemsSection />
|
||||
<Box height="16" />
|
||||
<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 />
|
||||
</Flex>
|
||||
);
|
||||
|
@ -689,10 +684,14 @@ function FeedbackFormPitch() {
|
|||
|
||||
return (
|
||||
<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">
|
||||
This is the new Dress to Impress! It's ready for the future, and it even
|
||||
works great on mobile! More coming soon!
|
||||
This is the newer Dress to Impress! It supports the new HTML5
|
||||
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>
|
||||
<Flex direction={{ base: "column", sm: "row" }}>
|
||||
<Box
|
||||
|
|
Loading…
Reference in a new issue