feat: add share url alias /s

This commit is contained in:
Elias Schneider
2023-07-22 16:09:10 +02:00
parent 7827b687fa
commit 231a2e95b9
9 changed files with 27 additions and 10 deletions

View File

@@ -168,8 +168,7 @@ const CreateUploadModalBody = ({
color: theme.colors.gray[6],
})}
>
{options.appUrl}/share/
{form.values.link == "" ? "myAwesomeShare" : form.values.link}
{`${options.appUrl}/s/${form.values.link}`}
</Text>
{!options.isReverseShare && (
<>