Skip to content

Commit 481cab0

Browse files
authored
💄 style: update branding (lobehub#7224)
1 parent 7ae17b6 commit 481cab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import { LobeChat, LobeChatProps } from '@lobehub/ui/brand';
1+
import { LobeHub, LobeHubProps } from '@lobehub/ui/brand';
22
import { memo } from 'react';
33

44
import { isCustomBranding } from '@/const/version';
55

66
import CustomLogo from './Custom';
77

8-
export const ProductLogo = memo<LobeChatProps>((props) => {
8+
export const ProductLogo = memo<LobeHubProps>((props) => {
99
if (isCustomBranding) {
1010
return <CustomLogo {...props} />;
1111
}
1212

13-
return <LobeChat {...props} />;
13+
return <LobeHub {...props} />;
1414
});

0 commit comments

Comments
 (0)