From 010b6e873dd0dc70d5c416a5e670fbbb8cfa2988 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 3 Jun 2024 13:55:39 +0530 Subject: [PATCH] Text --- web/packages/new/photos/components/WhatsNew.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/web/packages/new/photos/components/WhatsNew.tsx b/web/packages/new/photos/components/WhatsNew.tsx index 1621ac0e15..cdd697a271 100644 --- a/web/packages/new/photos/components/WhatsNew.tsx +++ b/web/packages/new/photos/components/WhatsNew.tsx @@ -27,7 +27,14 @@ export const WhatsNew: React.FC = ({ onClose }) => { {"What's new"} - Content + + +
  • + The app will remember its position and size when it + is closed, and will reopen the same way. +
  • +
    +
    = ({ onClose }) => { ); }; +const StyledUL = styled("ul")` + padding-inline: 1rem; + list-style-type: circle; +`; + const StyledButton = styled(Button)` /* Show an outline when the button gains keyboard focus, e.g. when the user tabs to it. */