Web:Client:EmptyContainer: fix empty screen for trash

This commit is contained in:
TimofeyBoyko 2022-09-21 16:51:31 +03:00
parent a7e55e29c5
commit a8d885917f
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ const EmptyFolderWrapper = styled.div`
.empty-folder_container_up-image,
.empty-folder_container_plus-image {
margin: 4px 8px 0 0;
margin: 0 8px 0 0;
cursor: pointer;
}

View File

@ -254,7 +254,7 @@ const RootFolderContainer = (props) => {
onClick={onGoToMyDocuments}
/>
<Link onClick={onGoToMyDocuments} {...linkStyles}>
{t("GoToMyButton")}
{t("GoToPersonal")}
</Link>
</div>
);