Skip to content

Commit

Permalink
refactor: Update Aleph.im occurences to Aleph Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Jan 24, 2025
1 parent 763fe0e commit 096385e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Aleph.im frontend core package
# Aleph Cloud frontend core package

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/components/common/TextGradient/cmp.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
}

const defaultArgs: Partial<TextGradientProps> = {
children: 'Aleph.im',
children: 'Aleph Cloud',
type: 'h1',
color: 'main0',
size: undefined,
Expand Down
2 changes: 1 addition & 1 deletion src/components/modules/Footer/cmp.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const defaultArgs: Partial<FooterProps> = {
href: '#',
},
{
label: 'Aleph.im technology telegram',
label: 'Aleph.cloud technology telegram',
href: '#',
},
],
Expand Down

0 comments on commit 096385e

Please sign in to comment.