From 7b659e524997a20e86966a1cd993c6ab2c7e12de Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Fri, 13 Oct 2023 22:57:08 +0300 Subject: [PATCH] docs: update storybook description --- .storybook/theme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.storybook/theme.ts b/.storybook/theme.ts index f28b5cf548..f5c4cc5b0c 100644 --- a/.storybook/theme.ts +++ b/.storybook/theme.ts @@ -26,9 +26,9 @@ export const CloudThemeLight = create({ inputTextColor: 'black', inputBorderRadius: 4, - brandUrl: 'https://github.com/gravity-ui/uikit', + brandUrl: 'https://gravity-ui.com/', brandTitle: `
Gravity UI
-
Base Components
`, +
UIKit
`, }); export const CloudThemeDark = create({