Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0' into feature/translate-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySafronov committed Dec 23, 2021
2 parents 440811e + 780df07 commit 57d1d50
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ const RootFolderContainer = (props) => {
<Link data-format="pptx" onClick={onCreate} {...linkStyles}>
{t("Presentation")}
</Link>
<Link data-format="docxf" onClick={onCreate} {...linkStyles}>
{t("Translations:NewForm")}
</Link>
</Box>
</div>

Expand Down

0 comments on commit 57d1d50

Please sign in to comment.