onlyoffcie logo for storybook was added

This commit is contained in:
Vladimir Khvan 2023-06-15 13:50:19 +05:00
parent cde6a6701a
commit 2c2c67d486
3 changed files with 22 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -0,0 +1,7 @@
import { addons } from "@storybook/manager-api";
import theme from "./theme";
addons.setConfig({
theme: theme,
});

View File

@ -0,0 +1,9 @@
import { create } from "@storybook/theming/create";
import Logo from "./lightsmall.svg";
export default create({
brandTitle: "OnlyOffice",
brandUrl: "https://www.onlyoffice.com/docspace.aspx",
brandImage: Logo,
brandTarget: "_self",
});