mirror of
https://github.com/ente-io/ente.git
synced 2025-08-02 07:00:40 +00:00
Unnest and fix
This commit is contained in:
parent
5a4c08fa5d
commit
3c7db36f62
@ -233,39 +233,37 @@ const TakeoutOptions: React.FC<Omit<OptionsProps, "intent">> = ({
|
||||
</SpaceBetweenFlex>
|
||||
</DialogTitle>
|
||||
|
||||
<Box p={1.5}>
|
||||
<Stack gap={2.5}>
|
||||
<Stack gap={1}>
|
||||
<FocusVisibleButton
|
||||
color="accent"
|
||||
fullWidth
|
||||
onClick={() => onSelect("folders")}
|
||||
>
|
||||
{t("select_folder")}
|
||||
<Stack p={1.5} gap={2.5}>
|
||||
<Stack gap={1}>
|
||||
<FocusVisibleButton
|
||||
color="accent"
|
||||
fullWidth
|
||||
onClick={() => onSelect("folders")}
|
||||
>
|
||||
{t("select_folder")}
|
||||
</FocusVisibleButton>
|
||||
<FocusVisibleButton
|
||||
color="secondary"
|
||||
fullWidth
|
||||
onClick={() => onSelect("zips")}
|
||||
>
|
||||
{t("select_zips")}
|
||||
</FocusVisibleButton>
|
||||
<Link
|
||||
href="https://help.ente.io/photos/migration/from-google-photos/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
<FocusVisibleButton color="secondary" fullWidth>
|
||||
{t("faq")}
|
||||
</FocusVisibleButton>
|
||||
<FocusVisibleButton
|
||||
color="secondary"
|
||||
fullWidth
|
||||
onClick={() => onSelect("zips")}
|
||||
>
|
||||
{t("Select zips")}
|
||||
</FocusVisibleButton>
|
||||
<Link
|
||||
href="https://help.ente.io/photos/migration/from-google-photos/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
<FocusVisibleButton color="secondary" fullWidth>
|
||||
{t("faq")}
|
||||
</FocusVisibleButton>
|
||||
</Link>
|
||||
</Stack>
|
||||
|
||||
<Typography variant="small" color="text.muted" pb={1}>
|
||||
{t("takeout_hint")}
|
||||
</Typography>
|
||||
</Link>
|
||||
</Stack>
|
||||
</Box>
|
||||
|
||||
<Typography variant="small" color="text.muted" pb={1}>
|
||||
{t("takeout_hint")}
|
||||
</Typography>
|
||||
</Stack>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user