Skip to content

Commit 243bd78

Browse files
authored
Update hopsworks logo - fix the issue with lng icon (#256)
* add hopsworks word to the icon in the ui * fix icon * update the header * fix mistake
1 parent 2f5acec commit 243bd78

File tree

2 files changed

+231
-148
lines changed

2 files changed

+231
-148
lines changed

src/components/header/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Header: FC<HeaderProps> = ({
2424
<Box sx={styles} variant="header">
2525
{/* Left Section */}
2626
<Box sx={leftSectionStyles} onClick={logoAction}>
27-
<Logo />
27+
<Logo withName={true} />
2828
</Box>
2929
<Box
3030
sx={{

0 commit comments

Comments
 (0)