Merge branch 'release/v2.6.0' of https://github.com/ONLYOFFICE/DocSpace-client into release/v2.6.0

This commit is contained in:
Timofey Boyko 2024-07-04 11:40:16 +03:00
commit 037b868564

View File

@ -26,6 +26,7 @@
import React from "react";
import styled, { css } from "styled-components";
import { ReactSVG } from "react-svg";
import { Base } from "@docspace/shared/themes";
@ -90,9 +91,10 @@ const PresetTile = (props) => {
<Text fontSize="16px" lineHeight="22px" fontWeight={700}>
{title}
</Text>
<img height={180} width={310} src={image} alt={title} />
<ReactSVG src={image} />
<Text lineHeight="20px">{description}</Text>
</div>
<Button
className="navigationButton"
label={t("SetUp")}