diff --git a/.storybook/preview.js b/.storybook/preview.js index 136eae7b..c38f23c7 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -11,7 +11,7 @@ function getThemeColors(theme) { const { color } = theme.storybook; return { - brandTitle: 'Aleph.im Components', + brandTitle: 'Aleph Cloud Components', brandUrl: 'https://aleph.im/', brandImage: theme.name.toLowerCase().indexOf('light') !== -1 ? logoLight : logoDark, appBg: color.background, diff --git a/README.md b/README.md index cb9545d7..f34dfddc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Aleph.im frontend core package +# Aleph Cloud frontend core package ## Usage diff --git a/src/components/common/TextGradient/cmp.stories.tsx b/src/components/common/TextGradient/cmp.stories.tsx index ef6c3e81..b265b441 100644 --- a/src/components/common/TextGradient/cmp.stories.tsx +++ b/src/components/common/TextGradient/cmp.stories.tsx @@ -14,7 +14,7 @@ export default { } const defaultArgs: Partial = { - children: 'Aleph.im', + children: 'Aleph Cloud', type: 'h1', color: 'main0', size: undefined, diff --git a/src/components/modules/Footer/cmp.stories.tsx b/src/components/modules/Footer/cmp.stories.tsx index b77e2ef6..deeb1b3c 100644 --- a/src/components/modules/Footer/cmp.stories.tsx +++ b/src/components/modules/Footer/cmp.stories.tsx @@ -131,7 +131,7 @@ const defaultArgs: Partial = { href: '#', }, { - label: 'Aleph.im technology telegram', + label: 'Aleph.cloud technology telegram', href: '#', }, ],