Skip to content

Commit

Permalink
docs: Add references to commerce in the headline and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
anandgorantala committed Dec 12, 2024
1 parent 907e3d7 commit 888a506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default create({
base: 'light',
brandTitle: 'Bloomreach',
brandUrl: 'https://bloomreach.com',
brandImage: './bloomreach-logo.svg',
brandImage: './be-limitless-commerce-logo.png',
brandTarget: '_self',
});
2 changes: 1 addition & 1 deletion stories/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import * as ThemeStories from '../src/components/theme/theme.stories';
<div>
<img style={{ width: '8rem', border: '3px solid #002840', borderRadius: '50%' }} src={bloomreachIcon} alt="Bloomreach icon" />
</div>
<div style={{ fontSize: '5rem', fontWeight: 600, lineHeight: '6rem', color: '#002840' }}>Limitless UI</div>
<div style={{ fontSize: '5rem', fontWeight: 600, lineHeight: '6rem', color: '#002840' }}>Limitless<br /> Commerce UI Kit</div>
</div>
<div style={{ fontSize: '1.5rem', fontWeight: 600, lineHeight: '4rem', color: '#666880' }}>v{pkg.version}</div>
</div>
Expand Down

0 comments on commit 888a506

Please sign in to comment.