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. */